10.05.2009, 21:11
So for example, see:
How can you apply this command?
pawn Код:
stock GivePlayerHealth(playerid, Float:health)
{
new Float:pHealth;
GetPlayerHealth(playerid, pHealth);
SetPlayerHealth(playerid, pHealth + health);
}