help for SetVehicleParamsEx
#4

lol. This makes me confused

pawn Код:
if(engine == 1||VEHICLE_PARAMS_ON||true)
If engine is 1 or VEHICLE_PARAMS_ON or true .... ( It should works ) xD

But try it like this
pawn Код:
if ( engine == 1 || engine == VEHICLE_PARAMS_ON || engine == true )
If engine is 1 or engine is VEHICLE_PARAMS_ON or engine is true. ( No idea ) xD
Reply


Messages In This Thread
help for SetVehicleParamsEx - by Stuneris - 25.07.2011, 12:20
Re: help for SetVehicleParamsEx - by [HiC]TheKiller - 25.07.2011, 12:36
Re: help for SetVehicleParamsEx - by Stuneris - 25.07.2011, 12:58
Re: help for SetVehicleParamsEx - by Basicz - 25.07.2011, 13:43
Re: help for SetVehicleParamsEx - by Stuneris - 25.07.2011, 15:00

Forum Jump:


Users browsing this thread: 1 Guest(s)