11.04.2015, 14:11
When player enter the checkpoint, i want their hp lose -50.. i use
but when player entered that checkpoint.. they instantly died
help me!
Код:
SetPlayerHealth(playerid, -50);
help me!Код:
public OnCheckpointEnter(playerid, checkpointid)
{
switch(checkpointid)
{
case Checkpoint 1:
{
SetPlayerHealth(playerid, -50);
}
}
return 1;
}




