1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Respawn w/o hall

Discussion in 'Modding Help' started by Tsilliev, Sep 10, 2013.

  1. Tsilliev

    Tsilliev Haxor

    Messages:
    414
    By any chance do you how to enable respawn even if your hall is captured or there is no spawn location so you are spawned at the edge of the map?

    I know that before the match starts you are spawned at the edge of the map, when the match starts if you dont have hall or a dorm you cannot respawn.

    At the WAR.as there was something like force respawn which makes you respawn at the edge of the map, so my idea was to make this or the tick seconds more than 30 like 9999999, but you are instantly respawned so I was thinking to add
    Code:
    this.defaultSpawnTime = this.spawnTime = (getTicksASecond() * cfg.read_s32("spawn_time", 15));
    But not sure where.