22.06.2011, 06:51
You're checking if the Player's VIP level is lower than 1.
No idea too, why you don't want admin level 5 or higher cannot use it.
Replace :
With :
No idea too, why you don't want admin level 5 or higher cannot use it.
Replace :
pawn Код:
if (AccInfo[playerid][pVip] < 1 || AccInfo[playerid][Level] < 5 )
pawn Код:
if ( AccInfo[ playerid ][ pVip ] >= 1 || AccInfo[ playerid ][ Level ] > 0 )