04.03.2014, 21:50
Hello, i have this on OnPlayerSpawn:
this the end anti spawnkill thing:
My question now how can i add a 3d text label to that with "Spawn Protected" without that other players have it, that it dont delete after i delete it with "Delete3DTextLabel" etc?
Код:
SetPlayerHealth(playerid, 10000.0); SetTimerEx("EndAntiSpawnKill", 5000, false, "i", playerid); SendClientMessage(playerid, -1,""chat""COL_RED" Spawn Protection {FF0000}(5 Seconds)");
Код:
public EndAntiSpawnKill(playerid) { SetPlayerHealth(playerid,100.0); SendClientMessage(playerid,-1,""chat" Spawn Protection Off"); return 1; }