03.06.2016, 17:42
Para hacertelo facil puedes usar este include: https://sampforum.blast.hk/showthread.php?tid=490436
pawn Код:
OnPlayerFall(playerid, Float:damage)
{
new Float:hp;
GetPlayerHealth(playerid,hp);
SetPlayerHealth(playerid, (hp+damage));
return 1;
}