SA-MP Forums Archive
Does the streamer respawn the vehicles? - 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: Does the streamer respawn the vehicles? (/showthread.php?tid=165212)



Does the streamer respawn the vehicles? - Ihsan_Cingisiz - 03.08.2010

Hello,
I'm making a new RP-Server, it has currently
1582 lines, and i have very much vehicles added
to my server, it was slow so i decided to include
a streamer. (#include <streamer>). But now if i
drive a bike/car and go off from the vehicle and
after 10-20 seconds it respawns. Is it the streamer
that respawns the vehicle or..? Who can give me
some hints to know what the problem is..?

Thank You.


Re: Does the streamer respawn the vehicles? - Ihsan_Cingisiz - 03.08.2010

Quote:
Originally Posted by Ihsan_Cingisiz
Посмотреть сообщение
Hello,
I'm making a new RP-Server, it has currently
1582 lines, and i have very much vehicles added
to my server, it was slow so i decided to include
a streamer. (#include <streamer>). But now if i
drive a bike/car and go off from the vehicle and
after 10-20 seconds it respawns. Is it the streamer
that respawns the vehicle or..? Who can give me
some hints to know what the problem is..?

Thank You.
Okay, it respawns to the place after 5-10 sec. where
it was if you exit your vehicle. How can i change the amount
or how can i disable it, i think it's the streamer


Re: Does the streamer respawn the vehicles? - Kayla.S - 03.08.2010

What are you using for the vehicles? I'm not too famailr with vehicle streamers as I don't use them.

Is it like: addstaticvehicle,
CreateVehicle
AddStaticVehicleEx

Both createvehicle and addstaticvehicleEX have respawn times that you can change. If thats not the problem then what streamer are you using?

https://sampwiki.blast.hk/wiki/AddStaticVehicleEx


Re: Does the streamer respawn the vehicles? - Ihsan_Cingisiz - 03.08.2010

Quote:
Originally Posted by Kayla.S
Посмотреть сообщение
What are you using for the vehicles? I'm not too famailr with vehicle streamers as I don't use them.

Is it like: addstaticvehicle,
CreateVehicle
AddStaticVehicleEx

Both createvehicle and addstaticvehicleEX have respawn times that you can change. If thats not the problem then what streamer are you using?

https://sampwiki.blast.hk/wiki/AddStaticVehicle
Ohh, thanks..
Where was my mind.. :S
I use AddStaticVehicleEx, it has a respawn delay...
Thanks man!


Re: Does the streamer respawn the vehicles? - Kayla.S - 03.08.2010

No problem.