26.09.2010, 11:05
Because or checking if the player is an admin AND the first character is ~, OR the first character is ANYTHING and the player is a VIP.
Should do the job.
pawn Код:
if(text[0] == '~' && (PlayerInfo[playerid][gAdmin] > 0 || PlayerInfo[playerid][gVip] > 0))