11.10.2011, 20:18
Assim?
pawn Код:
if (DistanciaPontos(1607.537353, 1817.338500, ppx, ppy) < 3)
{
new Float:vida[MAX_PLAYERS];
GetPlayerHealth(playerid, vida[playerid]);
if(vida[playerid] <= 100) SetPlayerHealth(playerid, vida[playerid]+1);
return 1;
}