25.07.2010, 16:12
Is it possible to make this command -
to be written only one time for on minute ?
pawn Код:
if (strcmp("/heal", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 100);
GivePlayerMoney(playerid, -50);
return 1;
}