SA-MP Forums Archive
SetVehicleParamsForPlayer (Lock Car) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetVehicleParamsForPlayer (Lock Car) (/showthread.php?tid=105012)



SetVehicleParamsForPlayer (Lock Car) - kukars22 - 27.10.2009

Hello i have problem but i dont know how to fix it, hope someone will help
Using
Код:
SetVehicleParamsForPlayer(keycar,i,0,1);
Vehicle is locked but when i TP or reconnect it is unlocked again. How to fix it ?


Re: SetVehicleParamsForPlayer (Lock Car) - Correlli - 27.10.2009

Re-apply this function in OnVehicleStreamIn-callback.


Re: SetVehicleParamsForPlayer (Lock Car) - kukars22 - 27.10.2009

THQ