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

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. Mob of the dead spawning in help? (gsc)

Mob of the dead spawning in help? (gsc)

Scheduled Pinned Locked Moved BO2 Server Hosting Support
1 Posts 1 Posters 92 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Trizzundefined Offline
    Trizzundefined Offline
    Trizz
    wrote on last edited by
    #1

    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 Reply Last reply
    1

    • Login

    • Don't have an account? Register

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