11.05.2014, 08:11
Because when the player spawn he will spawn with 100 health therefore he will be killed EVERY UPDATE that is why.
Go to OnPlayerSpawn and do this.
Go to OnPlayerSpawn and do this.
pawn Код:
public OnPlayerSpawn(vehicleid)
{
SetPlayerHealth(playerid,99);
return 1;
}