18.03.2015, 14:54
First, you shouldn't have a semicolon in an if ( the ; )
Second, you should make the if actually trigger something, like
And remember that PAWN is case sensitive, so don't use "If"
Second, you should make the if actually trigger something, like
pawn Код:
if(IsPlayerVipType(playerid, 2))
{
// Code
}