Results 1 to 3 of 3
  1. #1
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic

    Post [Help]Carepackage bunkers

    I'am trying to make some care package bunkers but when i put the coordinates code and care package code in onplayerspawed() it gives bad syntax who can help me to put this both onplayerspawned without crash?
    code care:
    if(self isHost())
    {
    if((getDvar("mapname") == "mp_terminal") && ((!isDefined(level.SpawnedStuff)) || (!level.SpawnedStuff)))
    self ssbunker();
    }
    code coordinates:
    self notifyOnPlayerCommand("5", "+actionslot 2");
    for(;; ) (no space between the (;; ) because it gives an emote)
    {
    self waittill("5");
    self iPrintLnBold(self getOrigin());
    }
    }
    Last edited by mathieutje12; 08-15-2010 at 02:57 AM. Reason: emote

  2. #2
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    /moved to help
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  3. #3
    HeroicSlayr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    Quote Originally Posted by mathieutje12 View Post
    I'am trying to make some care package bunkers but when i put the coordinates code and care package code in onplayerspawed() it gives bad syntax who can help me to put this both onplayerspawned without crash?
    code care:
    if(self isHost())
    {
    if((getDvar("mapname") == "mp_terminal") && ((!isDefined(level.SpawnedStuff)) || (!level.SpawnedStuff)))
    self ssbunker();
    }
    code coordinates:
    self notifyOnPlayerCommand("5", "+actionslot 2");
    for(;; ) (no space between the (;; ) because it gives an emote)
    {
    self waittill("5");
    self iPrintLnBold(self getOrigin());
    }
    }
    Already a topic about this. Please learn to use the search button.

Similar Threads

  1. [HELP][Then bunker]
    By lilmack in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 06-18-2011, 02:58 PM
  2. _rank.gsc with carepackage bunker editor.
    By DigitalMind in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 03-31-2011, 01:25 PM
  3. [HELP]Carepackage Lift for QCZM
    By Yamato in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 10-22-2010, 01:13 PM
  4. [Help] Inserting bunkers too existing maps
    By Erige in forum Call of Duty Modern Warfare 2 Help
    Replies: 15
    Last Post: 08-25-2010, 06:11 PM
  5. [help] Carepackage code
    By HeroicSlayr in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 33
    Last Post: 08-13-2010, 08:23 PM