Results 1 to 2 of 2

Thread: Disable Spawn ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting
    Join Date
    May 2019
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Disable Spawn ?

    in search and destroy
    when game start
    after a while if a new player join the server he cant spawn until end of the round
    I need some help to do that on a free for all
    I want to build a mod and i want to disable spawn after some minutes
    Ive already use a script use change team but its not so good
    if some one can help me , ill be really appreciated

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    You wanna disable spawn until round end or enable this?
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •