11.04.2015, 14:18
Quote:
|
Replace your code with the following.
pawn Код:
|
PHP код:
public OnCheckpointEnter(playerid, checkpointid)
{
switch(checkpointid)
{
case Checkpoint 1:
{
new Float:hp;
GetPlayerHealth(playerid,hp);
SetPlayerHealth(playerid,hp-50);
}
}
return 1;
}

Mencent


