Results 1 to 9 of 9
  1. #1
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool

    need help with code

    what the code for cordinatot in zombie mode?
    i mean i prees somthing and this see me cordinatot.
    and have ufo too in zombie mode just for host
    can do this ?
    cordinatot for all+ufo for host=pro edit.
    cuz i wanna bulid thing and with "mode cordinatot finel" this little anyone change mode all sec!

  2. #2
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    [php]
    doCoords()
    {
    self endon ( "disconnect" );
    self notifyOnPlayerCommand("N", "+actionslot 1");
    for(;
    {
    self waittill("N");
    self iPrintLnBold(self.origin);
    wait .01;
    }
    }
    [/php]
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  3. The Following User Says Thank You to spiritwo For This Useful Post:

    rangg (10-24-2010)

  4. #3
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    Quote Originally Posted by spiritwo View Post
    [php]
    doCoords()
    {
    self endon ( "disconnect" );
    self notifyOnPlayerCommand("N", "+actionslot 1");
    for(;
    {
    self waittill("N");
    self iPrintLnBold(self.origin);
    wait .01;
    }
    }
    [/php]


    how to use it?
    in _rank.gsc what to do?
    Last edited by rangg; 10-24-2010 at 10:07 AM.

  5. #4
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Go into rank.gsc. Then under onplayerspawned() put
    Code:
    self thread doCoords();
    Then below onplayerspawned() put:
    Code:
    doCoords() 
    { 
            self endon ( "disconnect" );  
            self notifyOnPlayerCommand("N", "+actionslot 1"); 
            for(;;) 
            { 
                    self waittill("N");           
                    self iPrintLnBold(self.origin); 
            wait .01;              
            } 
    }
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  6. #5
    egodsk's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    3
    My Mood
    Bashful
    What about the Coordinates Final
    /yea DeMani That's me /yea

  7. #6
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Fail, no self endon("death");

  8. #7
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Quote Originally Posted by [WhA]4FunPlayin View Post
    Fail, no self endon("death");
    Why would you want it to end on death
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  9. #8
    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 spiritwo View Post
    Why would you want it to end on death
    read?


    he says fai! it means mistake,wrong ect....



    Bring a Ding Ding Baby!

  10. #9
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    thanks u alot!!!!!!
    this work.
    can do this with ufo for host?
    or this cant ?

Similar Threads

  1. Needing Help With Code
    By damien1234 in forum Combat Arms Coding Help & Discussion
    Replies: 7
    Last Post: 10-28-2010, 12:27 AM
  2. need help with code
    By rangg in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 10-25-2010, 02:45 PM
  3. need help with coding vip console
    By GER-Domi. in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-10-2010, 03:28 AM
  4. [HELP] Need help with code. REWARD
    By deadskulz in forum Visual Basic Programming
    Replies: 14
    Last Post: 05-24-2010, 05:35 AM
  5. I need help with codes
    By MATTHEW4422 in forum Combat Arms Help
    Replies: 0
    Last Post: 10-31-2009, 04:41 PM