Posts: 129
Threads: 39
Joined: Feb 2011
Reputation:
0
Hello is there anyway to add more than 2000 vehicles in server ?
Posts: 176
Threads: 9
Joined: Jun 2010
Reputation:
0
***Wait for New Update and we will see
*double post
Posts: 252
Threads: 41
Joined: Mar 2011
Reputation:
0
just make a /carmenu or something so players can spawn a vehicle for them other than spawning yourown
Posts: 129
Threads: 39
Joined: Feb 2011
Reputation:
0
link is dead and i have vehicle ownership system
Posts: 1,418
Threads: 63
Joined: Dec 2010
Reputation:
0
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.