How would i make a /makeadminall command
#4

or use foreach
pawn Код:
CMD:makeadminall(playerid, params[])
{
       foreach(Player, i)
       {
              PlayerInfo[i][pAdmin] = 99999;//Change the variable name to whatever required.
       }
       return 1;
}
Reply


Messages In This Thread
How would i make a /makeadminall command - by NinjaChicken - 09.11.2012, 07:11
Re: How would i make a /makeadminall command - by Ballu Miaa - 09.11.2012, 07:16
Re: How would i make a /makeadminall command - by [HK]Ryder[AN] - 09.11.2012, 07:19
Re: How would i make a /makeadminall command - by Glad2BeHere - 09.11.2012, 07:28

Forum Jump:


Users browsing this thread: 2 Guest(s)