Results 1 to 11 of 11
  1. #1
    babouin's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Need help with a .gsc

    Hi I try to make a mini-mod that make that it's the night in multiplayer map.
    I find that this " self VisionSetNakedForPlayer("icbm", 0); " work but I don't know where to place it.

    I try in some place in _rank.gsc but I always get this error (There is no detail in console):
    ERROR: script compile error
    unknown function

    (see console for details)
    Please can someone help me with this?

  2. #2
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    [php]
    onplayerspawned()
    {
    for( ;; )
    {
    self waittill ("player_spawned");
    self VisionSetNakedForPlayer("icbm", 0);

    }
    }
    [/php]
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  3. The Following 2 Users Say Thank You to spiritwo For This Useful Post:

    babouin (11-06-2010),~Just IN~ (11-06-2010)

  4. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    There is the GSC Help section f or a reason.

    /moved



  5. #4
    babouin's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by spiritwo View Post
    [php]
    onplayerspawned()
    {
    for( ;; )
    {
    self waittill ("player_spawned");
    self VisionSetNakedForPlayer("icbm", 0);

    }
    }
    [/php]
    Thanks it work

  6. #5
    [7.62]Forensik!'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    11
    babouin, now press thanks, cos he helped you? just a thought
    [img]https://www.danasof*****m/sig/YOUVEBEENHACKED418204.jpg[/img]





    I will own you on ANY game.

    I like hacking. Be carefull.



  7. #6
    babouin's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    There is a lot of problem with this way.(Do not work in last stand, killcam ...)
    Does someone have another solution?

  8. #7
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh
    It will probably not work in KillCam or anything like that. You probably need a bigger code than that to override the killcam's settings.

  9. #8
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Chances are people don't really care about killcams so I wouldn't worry about it
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  10. #9
    babouin's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    I fixed the killcam.
    Does someone know in which gsc I can find last stand, death and damage?

  11. #10
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    Damage maybe in _damage.gsc and perks in _perks.gsc or _perkfunctions.gsc ? /

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

    babouin (11-06-2010)

  13. #11
    babouin's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    I fixed death in damage.gsc, I will now chek in perk.

Similar Threads

  1. [Help Request] need help with mod
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-01-2011, 12:40 PM
  2. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM
  3. Need Help With Code GSC
    By rangg in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 11
    Last Post: 11-06-2010, 06:26 AM
  4. [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
  5. I need help with GSC MODDING
    By schiz in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 06-23-2010, 01:47 AM