mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Slight spawn effect
This commit is contained in:
parent
b79623f041
commit
ab7719a878
1 changed files with 2 additions and 2 deletions
|
|
@ -459,9 +459,9 @@ function DefaultGame::createPlayer(%game, %client, %spawnLoc, %respawn)
|
||||||
if(%respawn)
|
if(%respawn)
|
||||||
{
|
{
|
||||||
%player.setInvincible(true);
|
%player.setInvincible(true);
|
||||||
//%player.setCloaked(true); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked
|
%player.setCloaked(true); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked //was //
|
||||||
%player.setInvincibleMode($InvincibleTime,0.02);
|
%player.setInvincibleMode($InvincibleTime,0.02);
|
||||||
//%player.respawnCloakThread = %player.schedule($InvincibleTime * 1000, "setRespawnCloakOff"); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked
|
%player.respawnCloakThread = %player.schedule($InvincibleTime * 80, "setRespawnCloakOff"); // z0dd - ZOD, 8/6/02. Don't spawn players cloaked //was 1000
|
||||||
%player.schedule($InvincibleTime * 1000, "setInvincible", false);
|
%player.schedule($InvincibleTime * 1000, "setInvincible", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue