07.07.2013, 09:42
Comparing vehicle ids and check if he's vip. I assume vCar stores the vehicleid. So, it'd be:
pawn Код:
if(vehicleid == vCar[i] && PlayerInfo[i][pVIP] >= 1) return 1;