10.11.2013, 05:23
Can you please show your health command?
Код:
COMMAND:heal(playerid,params[])
{
SetPlayerHealth(playerid, 100);
return 1;
}

