04.07.2013, 01:13
Alright, This is a edit of ZGaming.. so basically you need to make a CMD that sets you as admin. So you would register as a normal Player and then after spawn you set your self as admin with the cmd. Use this CMD
After adding that Command, Go IG. Use it then type /makeadmin and set your Administrator Level.
pawn Код:
CMD:makemeadmin(playerid, params[])
{
PlayerInfo[playerid][pAdmin] = 99999; // Set this to a level that can set Administrators (( Use the Max admin levlel in the script which I think is level 8))
SendClientMessage(playerid, COLOR_WHITE, "You are now and Administrator, You may set your adminlevel using /makeadmin before you get banned again");
return 1;
}