07.06.2014, 23:11
Hello, firstly you should learn how to use mysql follow this Mysql registration system from this tutorial you will learn some mysql functions, as mentioned on this tutorial you will use something called 'enum' pInfo[playerid][Admin] you can later create any admin command by checking this enum example:
You should just use this function , if there's no admin system tutorial just search for custom commands like /mute etc just change to your variables. hope i helped you!
pawn Код:
if(pInfo[playerid][Admin] > 2) // If the player who type any command his admin level higher than 2 actually equal three
//do something

