[Include] Vehicle Entering Fix
#2

Код:
is_locked[vehicleid] = doors == VEHICLE_PARAMS_ON ? true : false;
LOL! That is just ridiculous.
Код:
is_locked[vehicleid] = bool:doors;
And again with the silly checks
Код:
doors = is_locked[vehicleid] ? VEHICLE_PARAMS_ON : VEHICLE_PARAMS_OFF;
Код:
doors = _:is_locked[vehicleid];
Reply


Messages In This Thread
Vehicle Entering Fix - by ZiGGi - 13.05.2015, 15:14
Re: Vehicle Entering Fix - by Pottus - 13.05.2015, 15:53
Re: Vehicle Entering Fix - by ZiGGi - 13.05.2015, 15:59
Re: Vehicle Entering Fix - by Pottus - 13.05.2015, 16:13
Re: Vehicle Entering Fix - by ZiGGi - 13.05.2015, 16:34
Re: Vehicle Entering Fix - by Pottus - 13.05.2015, 16:44
Re: Vehicle Entering Fix - by ZiGGi - 13.05.2015, 16:54
Re: Vehicle Entering Fix - by Pottus - 13.05.2015, 17:05
Re: Vehicle Entering Fix - by Konstantinos - 13.05.2015, 18:16
Re: Vehicle Entering Fix - by Kar - 14.05.2015, 13:11

Forum Jump:


Users browsing this thread: 1 Guest(s)