I'm looking for.... - 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: I'm looking for.... (
/showthread.php?tid=258285)
I'm looking for.... -
SchurmanCQC - 29.05.2011
I've been looking for a mix-up of car spawns around all of san andreas. If you know of these car spawns, please let me know. I've been searching for a while now.
Re: I'm looking for.... -
Lynn - 29.05.2011
Make a simple Cmd such as:
/veh [ModelID]
or
/veh [ModelID] [Color1] [Color2]
or For a mixup;
/veh - Spawns a random VID, and gives it a random Color.
Then /save them everywhere you want them.
Re: I'm looking for.... -
Prumpuz - 29.05.2011
I recommend the ones that come with sa-mp by default. Located in scriptfiles/vehicles. They spread pretty much all around San Andreas.
Re: I'm looking for.... -
SchurmanCQC - 29.05.2011
Quote:
Originally Posted by Prumpuz
I recommend the ones that come with sa-mp by default. Located in scriptfiles/vehicles. They spread pretty much all around San Andreas.
|
They're not CreateVehicle's are they?
I'm not spending 5 hours converting positions to actual code.
EDIT:
@Lynn,
I said all over san andreas. Do you know how long that would take?
Re: I'm looking for.... -
Prumpuz - 29.05.2011
Ohh sorry, didn't realize it had to be in CreateVehicle format. But if you won't find the spawns you are looking for, you could convert them with
http://converffs.com , you can add a custom format there and I think it should convert successfully. Sorry for not being more of a help, good luck.