Help. - 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. (
/showthread.php?tid=461371)
Help. -
FLapJAck - 01.09.2013
How to Remove Other Vehicles in my samp server gamemodes.?
Re: Help. -
DanishHaq - 01.09.2013
Go on your script, there will be either:
CreateVehicle(
AddStaticVehicle(
AddStaticVehicleEx(
Just find those and remove them, there will be quite a lot probably in big GM's or GM's with a lot of cars. Only delete the ones that you want to remove. And make a backup of the .pwn file before you do it.. so if you did delete a vehicle that you didn't want to, you can retrieve it.