Posts: 1,420
Threads: 65
Joined: Jan 2009
Reputation:
0
Firstly, I'm not searching by alternative solutions, just reporting a bug.
The tittle says all re-put the player in the same vehicle does vehicle lose engine acceleration sound for him.
Posts: 36
Threads: 2
Joined: Dec 2010
Reputation:
0
Look into my signature. May won't work perfectly, but decreases the rate of failure.
Posts: 1,496
Threads: 78
Joined: Jun 2008
Reputation:
0
I think what you need to do is to prevent the players from spawning and then entering the vehicle. If you want to allow that without bugs, you can use SetPlayerPos to remove them from their original vehicle, and then script a timer to put them to the new vehicle.
Posts: 1,420
Threads: 65
Joined: Jan 2009
Reputation:
0
I need to do this, since we use another freeze mode for players in race, they aren't frozen with TogglePlayerControllable(), the players vehicles are turned off till the race start. Then, if some player decide to leave the vehicle have to be put back on it.
I said that I did not want tips/help because I already have an alternative to solve.