How to Delete Vehicle spawns
#1

Hey guys, So I'm using the Land of Paradise Gamemode, and their are just cars spawned everywhere, randomly, I'm wondering how i can delete them, and spawn them in places i want? cheers
Reply
#2

its usually in

pawn Код:
public OnGameModeInit

AddStaticVehicle blablabla
ignore the blabla bit. There is usually: carid,x,y,z,color1,color2,respawntime

if you know the car id just hit CTRL F and search for the ID like i said, OnGameModeInit
Reply
#3

very helpful
Reply
#4

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
its usually in

pawn Код:
public OnGameModeInit

AddStaticVehicle blablabla
ignore the blabla bit. There is usually: carid,x,y,z,color1,color2,respawntime

if you know the car id just hit CTRL F and search for the ID like i said, OnGameModeInit
thats not the case in this GM - I wrote the entire vehicle system for this GM and the vehicles are loaded from files using createvehicle. you DO NOT edit the vehicles from the pwn code. u need to delete the perm vehicle save file and edit the vehicle load file to reflect the vehicle spawns that you want to use. When you restart the server after that it will load up the new vehicle spawns. It's highly unadvised to add vehicles to this GM without using the loader that i designed as it will mess up the system.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)