SA-MP Forums Archive
Car Spawn Script - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Car Spawn Script (/showthread.php?tid=270487)



Car Spawn Script - AwesomeLH - 20.07.2011

Hey, I've made a Turf War server, but there are no cars.
I don't want to add them manually, is there any kind of script for this?


Re: Car Spawn Script - Scriptr - 20.07.2011

Create a Filterscript for it.
Do not spawn loads of cars in one place using standard Incognitos? streamer. It will mess them up!


Re: Car Spawn Script - AwesomeLH - 20.07.2011

I'm not good at making scripts for SA:MP, isn't there any existing one?


Re: Car Spawn Script - emokidx - 21.07.2011

you have a script of a turf war
no one knows where on map it is
so how the heck will an existing "car script" will be there for that?

you can simply create a filter script and add
Код:
AddStaticVehicle([carid],[co-ords], [color1], [color2]);
use /save ingame in a car to save the co-ords where you want to save the car.

and place it in

Код:
public OnFilterScriptInit()