[HELP] AddStaticVehicle problem :( - 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: [HELP] AddStaticVehicle problem :( (
/showthread.php?tid=93365)
[HELP] AddStaticVehicle problem :( -
SkyLineZ - 24.08.2009
hi guys!
first .. sorry for my bad english
so i really wants make my gm .. but i have one problem
the vehicles crash and crash and crash

and booom
this is the list what i made.
1. i spawned the vehicles with debug filterscript.
2. i get in to vehicle
3. i type /save

4. i copied savedpositions's data
5. paste to the gm
6. i compiled it
this is the gamemode:
http://pastebin.com/m4bb412cd [ yes i know its sftdm. but im beginner its good to begin

]
so for all. please help me
Thanks
Gr.
Re: [HELP] AddStaticVehicle problem :( -
cozza123456 - 24.08.2009
Could you explain further? maybe show some code?
Re: [HELP] AddStaticVehicle problem :( -
Eazy_Efolife - 24.08.2009
I know what you need :P
A Vehicle Streamer!
Try
This
Re: [HELP] AddStaticVehicle problem :( -
SkyLineZ - 24.08.2009
my post is updated
Re: [HELP] AddStaticVehicle problem :( -
Eazy_Efolife - 24.08.2009
Quote:
Originally Posted by SkyLineZ
my post is updated 
|
ok... You don't need a vehicle streamer then, Maybe your vehicles are too close?
Re: [HELP] AddStaticVehicle problem :( -
SkyLineZ - 24.08.2009
Quote:
Originally Posted by Compton's Eazy E (Eazyrp.tk)
Quote:
Originally Posted by SkyLineZ
my post is updated 
|
ok... You don't need a vehicle streamer then, Maybe your vehicles are too close?
|
yes, i think
Re: [HELP] AddStaticVehicle problem :( -
cozza123456 - 24.08.2009
no, he shouldnt need a vehicle streamer, he has no way near to many vehicles.
try putting this at top of script
forward AddVehicles();
and then try putting vehicles at bottom of script after this
}
public AddVehicles()
{
Re: [HELP] AddStaticVehicle problem :( -
LuxurioN™ - 24.08.2009
Yes. Use vehicle streamer: increases the limit of vehicles on your server.
Otherwise, many vehicles = crash
Re: [HELP] AddStaticVehicle problem :( -
SkyLineZ - 24.08.2009
Quote:
Originally Posted by ► © The LuxurioN™
Yes. Use vehicle streamer: increases the limit of vehicles on your server.
Otherwise, many vehicles = crash
|
okay, but my sa-mp don't crash
the cars crash :S
Re: [HELP] AddStaticVehicle problem :( -
cozza123456 - 24.08.2009
luxurion, if you look at his script, he has barely any vehicles. i use lots of vehicles but no crash. so i personally think vehicles are to close together. try replacing them with a bit of a distance!