Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Trizzundefined

Trizz

@Trizz
About
Posts
20
Topics
6
Groups
0
Followers
5
Following
5

Posts

Recent Best Controversial

  • Mob of the dead spawning in help? (gsc)
    Trizzundefined Trizz

    This code works for other maps but because in MOTD you spawn in afterlife It's not giving the 2500 cash and speed cola you when the player revives himself at the start of the match.

    welcome()
    {
        self waittill( "spawned_player" );
        wait 7;
        self thread setmoney();
        wait 4;
        self maps/mp/zombies/_zm_perks::give_perk( "specialty_fastreload" );
        wait 3;
        self iprintln("^2" +self.name + "^7 , your perk limit has been removed. You have been given SpeedCola.");
    }
    

    I tried changing

    self waittill( "spawned_player" );
    

    to

    self waittill( "start_of_round" );
    

    as per some advice but no luck? Any tips or help would be appreciated.

  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate