SA-MP Forums Archive
[HELP] vehicles on - 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: [HELP] vehicles on (/showthread.php?tid=469765)



[HELP] vehicles on - Luca12 - 14.10.2013

Hello how can I make when I start my gamemode then it all vehicles on server is turned off if you know what I mean? Thanks


Re: [HELP] vehicles on - doreto - 14.10.2013

Are you talking about vehicle engine?


Re: [HELP] vehicles on - Luca12 - 14.10.2013

yes I want when I enter on serve then that all vehicles be off


Re: [HELP] vehicles on - matyi10012 - 14.10.2013

SetVehicleParamsEx?


Re: [HELP] vehicles on - EiresJason - 14.10.2013

Put this at the bottom of OnGameModeInit.
pawn Код:
for(new i=1;i<MAX_VEHICLES;i++) SetVehicleParamsEx(i,0,0,0,0,0,0,0);