24.07.2014, 20:56
I got some teleports commands and a /heal command to refill health, i want to add : that the player must wait 10 seconds before using them from the last damage.
/heal command:
+Rep for helpers!!!
/heal command:
pawn Код:
CMD:heal(playerid,params[])
{
GivePlayerMoney(playerid, -500);
SetPlayerHealth(playerid, 100.0);
return 1;
}