if(IsPlayerVipMember(playerid))
stock IsPlayerVipMember(playerid){ if(PlayerInfo[playerid][pVip] > 0) return 1; return 0;}