Posts: 56
Threads: 36
Joined: Aug 2013
How to Remove Other Vehicles in my samp server gamemodes.?
Posts: 1,351
Threads: 35
Joined: Sep 2011
Reputation:
0
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.