Results 1 to 6 of 6
  1. #1
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted

    [Help] Some other codes/help

    Hey guys again....

    So I need a few codes
    I'd like if some1 would tell them
    Its about these code(s):

    - When game starts after 20,19..... 2,1, I want all players to die after 2 seconds.

    Problems:
    My killstreaks do not work.
    I put this code in onPlayerSpawned():
    Code:
    self setPlayerData( "killstreaks", 0, "uav" );
    self setPlayerData( "killstreaks", 1, "counter_uav" );
    self setPlayerData( "killstreaks", 2, "predator_missile" );
    I can get the streaks but i cant activate them... Some1 knows how to fix it?

    Soo. If some1 knows this please help

    Greetz,
    Mr.Mackey
    Mmmkay?
    Last edited by Mr.Mackey; 09-14-2010 at 08:08 AM.
    I helped you out?
    Press the button

  2. #2
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    Extract a _gamelogic.gsc out of common_mp.ff and search for
    Code:
    matchStartText destroyElem();
    UNDER this you add
    Code:
    level notify("match_started");
    so it looks like
    Code:
    	matchStartTimer destroyElem();
    	matchStartText destroyElem();
            level notify("match_started");
    Then go to your script and use
    Code:
    level waittill("match_started");
    wait 20; //put the time you want here
    foreach(player in level.players)
    {
    player suicide();
    }

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

    Mr.Mackey (09-14-2010)

  4. #3
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    Thanks ill try it out

    Yup it works Thanks bro.

    Do you have a solution for the no killstreak prob?
    Thnx in advance
    Last edited by Mr.Mackey; 09-14-2010 at 10:40 AM.
    I helped you out?
    Press the button

  5. #4
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    Did you try with this?
    Code:
    self maps\mp\gametypes\_class::setKillstreaks( "uav", "counter_uav", "predator_missile");

  6. #5
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    lol it already worked but i had to press 3 instead of 4 -.- lol anyways thanx
    I helped you out?
    Press the button

  7. #6
    redkevin25's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    206
    Reputation
    10
    Thanks
    124
    My Mood
    Amused
    Quote Originally Posted by Mr.Mackey View Post
    lol it already worked but i had to press 3 instead of 4 -.- lol anyways thanx
    srry can you watch you pms

Similar Threads

  1. Looking for 2LT + (Not for money, for some other stuff)
    By Eternal Shadow in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 12-14-2009, 01:12 AM
  2. Some HTML CODEING! For forums!
    By Ironelite35 in forum Debate Fort
    Replies: 12
    Last Post: 06-02-2009, 12:36 AM
  3. need help with some quick codes
    By ravinghippie in forum Anti-Cheat
    Replies: 1
    Last Post: 05-13-2009, 09:24 AM
  4. OP vs some other bulshit anime
    By Dead Bones Brook in forum Anime
    Replies: 3
    Last Post: 09-07-2008, 12:27 PM
  5. Look in other Codes ?
    By kingkicker8 in forum General Game Hacking
    Replies: 1
    Last Post: 06-10-2007, 06:31 PM