SA-MP Forums Archive
Way to add more than 2000 vehicles in server? - 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: Way to add more than 2000 vehicles in server? (/showthread.php?tid=249763)



Way to add more than 2000 vehicles in server? - sMog. - 20.04.2011

Hello is there anyway to add more than 2000 vehicles in server ?


Re: Way to add more than 2000 vehicles in server? - [DJ]Boki - 20.04.2011

No...


Re: Way to add more than 2000 vehicles in server? - [DJ]Boki - 20.04.2011

***Wait for New Update and we will see

*double post


Re: Way to add more than 2000 vehicles in server? - CrazyBlob - 20.04.2011

just make a /carmenu or something so players can spawn a vehicle for them other than spawning yourown


Re: Way to add more than 2000 vehicles in server? - Stigg - 20.04.2011

Quote:
Originally Posted by sMog.
Посмотреть сообщение
Hello is there anyway to add more than 2000 vehicles in server ?
Yes, there are some old vehicle streamers knocking about.
Ethan's vehicle streamer include was pretty good from what i remember, you'll have to search for it though.


Re: Way to add more than 2000 vehicles in server? - sMog. - 20.04.2011

link is dead and i have vehicle ownership system


Re: Way to add more than 2000 vehicles in server? - Stigg - 20.04.2011

Quote:
Originally Posted by sMog.
Посмотреть сообщение
link is dead and i have vehicle ownership system
If you can wait abit, i've got it at home, not finishing work until 5 pm uk time though.


Re: Way to add more than 2000 vehicles in server? - Sasino97 - 20.04.2011

YOU HAVE TO:

On vehicle stream out:
BEGIN:
Set timer "A" to 5 minutes with argument vehicleid.
END.

On vehicle stream in:
BEGIN:
Kill timer "A"
END.

Timer("A", vehicleid):
BEGIN:
Destroy the vehicle (vehicleid)
Create A New vehicle with random position stored in an array.
END.


Re: Way to add more than 2000 vehicles in server? - sMog. - 20.04.2011

ye i dont understand


Re: Way to add more than 2000 vehicles in server? - Stigg - 20.04.2011

Quote:
Originally Posted by sMog.
Посмотреть сообщение
link is dead and i have vehicle ownership system
Ethans streamer include.

http://pastebin.com/GEdBqTpj

Found a copy on my laptop.