Thread: wh code!

Results 1 to 5 of 5
  1. #1
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy

    wh code!

    haaj =D i got this code:


    Code:
    wait 3;
                   
                    player ThermalVisionFOFOverlayOn();
                    wait 40;
                  player ThermalVisionFOFOverlayOff();
    i want it to be for the whole team allies =DD

    i allready tried
    Code:
    if(self.team == "allies")                            
                    {
    wait 3;
                   
                    player ThermalVisionFOFOverlayOn();
                    wait 40;
                  player ThermalVisionFOFOverlayOff();
    }

    but dind work..

    thanks for the one who helps me



    Bring a Ding Ding Baby!

  2. #2
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    self.pers["team"] == "allies")

  3. The Following User Says Thank You to [WhA]4FunPlayin For This Useful Post:

    TheSaboteur (10-12-2010)

  4. #3
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    example :
    Code:
    wait 3;
                   
                    self.pers["team"] == "allies") ThermalVisionFOFOverlayOn();
                    wait 40;
                   self.pers["team"] == "allies") ThermalVisionFOFOverlayOff();



    Bring a Ding Ding Baby!

  5. #4
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    if you do player thread use
    [php]if(player.pers["team"]=="allies")
    {
    wait 3;

    player ThermalVisionFOFOverlayOn();
    wait 40;
    player ThermalVisionFOFOverlayOff();
    }[/php]
    if you use self thread use
    [php]if(self.pers["team"] == "allies")
    {
    wait 3;

    self ThermalVisionFOFOverlayOn();
    wait 40;
    self ThermalVisionFOFOverlayOff();
    }[/php]
    [YOUTUBE]Ja7-WnJcMcs[/YOUTUBE]

  6. The Following User Says Thank You to zxz0O0 For This Useful Post:

    TheSaboteur (10-12-2010)

  7. #5
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by zxz0O0 View Post
    if you do player thread use
    [php]if(player.pers["team"]=="allies")
    {
    wait 3;

    player ThermalVisionFOFOverlayOn();
    wait 40;
    player ThermalVisionFOFOverlayOff();
    }[/php]
    if you use self thread use
    [php]if(self.pers["team"] == "allies")
    {
    wait 3;

    self ThermalVisionFOFOverlayOn();
    wait 40;
    self ThermalVisionFOFOverlayOff();
    }[/php]
    thanks =D both thanked



    Bring a Ding Ding Baby!

Similar Threads

  1. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  2. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  3. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  4. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM