13.07.2010, 21:51
Fj0rtizFredde has a great point, if your trying to get the modelid then you would use:
Or you can make a define to save a lot of room:
pawn Код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 497 || /*etc*/)
pawn Код:
#define v GetVehicleModel(GetPlayerVehicleID(playerid))
if(v == 497 || v == 596 || /*etc*/)