how to make not usefull vehicle?
#2

you can do it with this:
Код:
new engine, lights, alarm, doors, bonnet, boot, objective;
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
SetVehicleParamsEx(vehicleid, 0,0,0,1,0,0,0);
You can add custom stock to lock some vehicles under OnGameModeInit
Reply


Messages In This Thread
how to make not usefull vehicle? - by ancezas - 12.11.2013, 13:33
Re: how to make not usefull vehicle? - by dominik523 - 12.11.2013, 13:39
Re: how to make not usefull vehicle? - by Pottus - 12.11.2013, 13:58
Re: how to make not usefull vehicle? - by dominik523 - 12.11.2013, 14:04
Re: how to make not usefull vehicle? - by AIped - 12.11.2013, 14:38
Re: how to make not usefull vehicle? - by ancezas - 12.11.2013, 15:05
Re: how to make not usefull vehicle? - by Sinner - 12.11.2013, 15:10
Re: how to make not usefull vehicle? - by ancezas - 12.11.2013, 15:12
Re: how to make not usefull vehicle? - by ancezas - 12.11.2013, 15:23
Re: how to make not usefull vehicle? - by Sinner - 12.11.2013, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)