How would i make a /makeadminall command
#3

pawn Код:
CMD:makeadminall(playerid, params[])
{
       for(new i=0;i<MAX_PLAYERS;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: 1 Guest(s)