05.06.2012, 00:26
Here is a blank one for an easier start.
pawn Код:
CMD:ahelp(playerid, params[])
{
if(PlayerInfo[playerid][pAdminLevel] > 1)
{
//commands here.
}
else if(PlayerInfo[playerid][pAdminLevel] > 2)
{
//commands here
}
return 1;
}