engine - 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)
+--- Thread: engine (
/showthread.php?tid=286643)
engine -
GTA-Roleplay - 29.09.2011
I want so that players can not start the engine at the dealership cars what is the code so that they can not start the engine?
Re: engine -
Dragony92 - 29.09.2011
Do you have defined dealership cars?
And are you using ravens rp? Because i saw a lot of your posts there...
Re: engine -
Buzzbomb - 29.09.2011
Never thought of that ... I like your thinking.. I'll look into it.. and get back to you..
Re: engine -
GTA-Roleplay - 29.09.2011
Quote:
Originally Posted by Dragony92
Do you have defined dealership cars?
And are you using ravens rp? Because i saw a lot of your posts there...
|
yes i have i want fix so ppl not cant start engine on dealership car
Re: engine -
Dragony92 - 30.09.2011
Put in public StartingTheVehicle(playerid)
if(IsASalesVehicle(idcar)) return 1;