25.04.2012, 09:42
add new string[128] in each if(PlayerInfo[playerid][pAdmin] == blahblah)
Note: i recommend you to use switch(PlayerInfo[playerid][pAdmin]) which is faster way than if statement
Note: i recommend you to use switch(PlayerInfo[playerid][pAdmin]) which is faster way than if statement