24.09.2012, 17:02
I added this under definses:
i added this under OnPlayerSpawn:
I added this under the stock
But somehow the timer or something doesn't work
Because the health keep unlimited
pawn Код:
forward SpawnKill(playerid);
pawn Код:
SetPlayerHealth(playerid,99999);
SetTimerEx("SpawnKill",10000,0,"i",playerid);
pawn Код:
public SpawnKill(playerid)
{
SetPlayerHealth(playerid,100.0);
SendClientMessage(playerid,red,"SpawnKill Over!");
return 1;
}
Because the health keep unlimited