02.08.2015, 00:00
Can you show me how to make this for admin?
I put this and if player is not admin lvl x, he get hp, and get message too.
And i want this for admin level 1 and level 1 +, no just 1+, you know?
PHP код:
CMD:healme(playerid, params [])
{
SetPlayerHealth(playerid, 100);
if(PlayerInfo[playerid][pAdmin] <=1 ) return SendClientMessage(playerid, 0xFF0000FF, "You have no acces to this command."); //return this message
return 1;
}
And i want this for admin level 1 and level 1 +, no just 1+, you know?

