30.03.2019, 22:47
Hey
Is it a good idea to save the passengers to an iterator for faster loop through passengers or finding the vehicle driver? I'll have about 1700 vehicles.
and under OnPlayerStateChange add-remove them.
What is your advice?
Is it a good idea to save the passengers to an iterator for faster loop through passengers or finding the vehicle driver? I'll have about 1700 vehicles.
Code:
static Iterator:VehiclePassengers[MAX_VEHICLES]<MAX_PLAYERS>;
What is your advice?