Posts: 8
Threads: 3
Joined: Jul 2018
Hi,
How to check is is vehicle streamed for player?
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
If you want to do this for a specific vehicle and player you can use the callback OnVehicleStreamIn and OnVehicleStreamOut. You can keep track of the state with a global variable or array if needed for multiple players.