21.11.2015, 19:41
someone help me do cmd: life for whom this near
is giving life to all the server

Код:
CMD:lifep(playerid, params[])
{
for(new i=0;i<MAX_PLAYERS;i++)
SetPlayerHealth(i, 100);
return true;
}


