Results 1 to 4 of 4

Thread: Spawning mid-game in SD

  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts

    Spawning mid-game in SD

    Hi,

    How can I spawn during a Search and Destroy game while the default spawn time is over? I can't find anything in the sd.gsc

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    I think: need rework this
    PHP Code:
    menuWeapon(response)
    {
    /*
    ...
    */
    */ 
    the reason seems to me in these variables
    Code:
    level.roundstarted
    level.didexist[]
    easier to rewrite than to search
    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

  3. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    The question becomes: Why would you want that? It would allow a player to just /reconnect to respawn.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  4. #4
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    It's for a revive option. 1 shot kill mod, so I can't do it on damage callback

Posting Permissions

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