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

    Need Help With Code GSC

    agian i want this cordinatot 4FuNPlayin!!
    this pro and very helping!
    i upload image for see how this look and who can found that and upload that and say what to do please.

    ImageShack: Host and Share your Photos and Videos - iw4mp2010110421211637.jpg
    Last edited by Blubb1337; 11-04-2010 at 01:40 PM.

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /attachment removed
    /moved 2 gsc help



  3. #3
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    I don't get what you're asking?
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  4. #4
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    So your asking how to make bunkers or asking how to get coordinates

  5. #5
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    I think he wants the code that shows your coords like these on the screenshot :P

  6. #6
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    i want the cordinatot liek the image!!!
    i try found this cordinatot like that 2 months!

  7. #7
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Quote Originally Posted by rangg View Post
    i want the cordinatot liek the image!!!
    i try found this cordinatot like that 2 months!
    Code:
    self iPrintLnBold("^1Origin: ^2": + self.origin + " ^1angles: ^2" + self.angles);
    2 months.

  8. #8
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    and what to do with this code?
    i paste he in Onplayersapownd
    and this bad syntex

  9. #9
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    self notifyOnPlayerCommand("N", "+actionslot 1");
    for(;{
    self waittill("N");
    self iPrintLnBold("^1Origin: ^2" + self.origin + " ^1angles: ^2" + self.angles);
    }


    Put that in onplayerspawned. I don't remember if it's 5 or N you have to press with +actionslot 1 but you'll figure out.
    www.YouTube.com/MpKiller100

  10. #10
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    what i not understand what to do!
    self notifyOnPlayerCommand("N", "+actionslot 1");
    for(;{

    this in where?


    and this where
    self waittill("N");
    self iPrintLnBold("^1Origin: ^2" + self.origin + " ^1angles: ^2" + self.angles);
    }

  11. #11
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Wouldn't this be right? - make this as your onplayerspawned

    Code:
    onPlayerSpawned()
    {
    self endon( "disconnect" );
    	
            for(;;)
            {
    			self waittill( "spawned_player" );
    			self notifyOnPlayerCommand("N", "+actionslot 1");
                            for(;;){
                            self waittill("N");
                            self iPrintLnBold("^1Origin: ^2" + self.origin + " ^1angles: ^2" + self.angles);
    		}
    }

  12. The Following User Says Thank You to Arasonic For This Useful Post:

    rangg (11-06-2010)

  13. #12
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    ty very much work!!!

Similar Threads

  1. need help with code
    By rangg in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 10-24-2010, 02:24 PM
  2. [SOLVED] Need help with my GSC errors!
    By ryanyukon199 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 6
    Last Post: 09-17-2010, 06:19 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