Fortress Forever

Fortress Forever (https://forums.fortress-forever.com/index.php)
-   Lua (https://forums.fortress-forever.com/forumdisplay.php?f=44)
-   -   Spawn delay (https://forums.fortress-forever.com/showthread.php?t=17544)

OneManArmy 09-23-2008 05:41 PM

Spawn delay
 
is there any way to delay the spawn of a certain team?

Ihmhi 09-23-2008 05:45 PM

Well one or two maps prevents spawning until a condition is fulfilled (ff_fatties, for one). I don't think it would be hard to prevent spawning until a timer has run out. Whether or not it would have to be a generic timer over an individual timer, though, I don't know.

A1win 09-23-2008 06:00 PM

Apparently you can do it for individual players by using:
Code:

player:SetRespawnable(false)
...
player:SetRespawnable(true)

Figure out the timer yourself.


All times are GMT. The time now is 06:41 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.