Vehicle respawn - 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)
+--- Thread: Vehicle respawn (
/showthread.php?tid=666693)
Vehicle respawn -
Heress - 20.05.2019
Code:
new vehicleid = CreateVehicle(cInfo[playerid][i][Model], vx, vy, vz, vr, cInfo[playerid][i][color1], cInfo[playerid][i][color2], -1);
Why vehicle still respawn at random time? I don't use SetVehicleToRespawn function..
I found this, but I'm not sure... My vehicle isn't static..
What kind of problem is this?
Re: Vehicle respawn -
austin070 - 21.05.2019
How many vehicles do you have spawned? I know that the server starts to get finicky with vehicles once you begin to reach the upper limit.
Re: Vehicle respawn -
Heress - 22.05.2019
Quote:
Originally Posted by austin070
How many vehicles do you have spawned? I know that the server starts to get finicky with vehicles once you begin to reach the upper limit.
|
less than 200 of vehicles is in the server.