26.07.2011, 21:25
PHP код:
CMD:god(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 3)
{
SetPlayerHealth(playerid, 10000000);
}
else
{
SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command!");
}
return 1;
}