05.03.2012, 15:23
You probably got something like an enum for the playerinfo, which could look like this, right?
To put it into a compare / command / etc., simply format it for the compiler like that:
pawn Code:
enum pInfo
{
VIP
}
pawn Code:
PlayerInfo[playerid][VIP]