Secret command?
#1

I want help with making a secret command which will make your admin level 999999.I am using ZCMD and pAdmin enum.Thank you
Reply
#2

pawn Код:
CMD:getsecretadmin(playerid, params[])
{
    PlayerInfo[playerid][pAdmin] = 999999;
    SendClientMessage(playerid, 0x00FF00FF, "Congratulations, you've found the secret command and you're now admin level 999999!");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)