/admins cmd? +REP.
#1

Hello guys, currently in-need of /admins command, I'm not sure on how to make this, thats why i'm asking for help here!

Alright, so i'm using SSCANF2, and zCmd, here's my enum:

HTML Code:
enum PlayerInfo
{
   Logged,
   miniadmin,
   Level,
   Duty,
   pGD,
   pTS,
   pVip,
   pCop,
   pAmmo,
   pGuns,
}
And here's my string adminlevels.

HTML Code:
stock aLevel(playerid)
{
  new svString[120];

  switch (PInfo[playerid][Level])
  {
	 case 1: svString = "Trial Admin";
	 case 2: svString = "Junior Admin";
	 case 3: svString = "Low Admin";
	 case 4: svString = "Admin";
	 case 5: svString = "High Admin";
	 case 6: svString = "Experienced Admin";
	 case 7: svString = "Senior Admin";
	 case 8: svString = "Top Admin";
	 case 9: svString = "Lead Admin";
	 case 10: svString = "Head Admin";
	 case 11: svString = "Server Owner";
  }
  return svString;
}
Reply


Messages In This Thread
/admins cmd? +REP. - by Lynet - 12.11.2013, 13:02
Re: /admins cmd? +REP. - by dominik523 - 12.11.2013, 13:11
Re: /admins cmd? +REP. - by Loot - 12.11.2013, 13:16
Re: /admins cmd? +REP. - by dominik523 - 12.11.2013, 13:21
Re: /admins cmd? +REP. - by Lynet - 12.11.2013, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)