Simple question
#1

Hi,
Is it possible to do something like this:
pawn Код:
if(GetVehicleModel(vehicleid) == (420 || 438))
or something similar, so I wouldn't need to do
pawn Код:
if(GetVehicleModel(vehicleid) == 420 || GetVehicleModel(vehicleid) ==  438)
?
Reply


Messages In This Thread
Simple question - by *IsBack - 28.12.2010, 08:11
Re: Simple question - by cessil - 28.12.2010, 08:20
Re: Simple question - by exDDDD - 28.12.2010, 08:21
Re: Simple question - by Retardedwolf - 28.12.2010, 08:21
Re: Simple question - by iJumbo - 28.12.2010, 08:23

Forum Jump:


Users browsing this thread: 2 Guest(s)