16.01.2014, 02:59
Doesn't really make sense to me if it keeps auto incrementing then eventually you would get an OOB error once your server reaches 2000 vehicles.
new pvInfo[MAX_VEHICLES][playerVehicleInfo];
Or am I missing something here because typically you would assign the reference to pvInfo[] with the id of the vehicle created.
new pvInfo[MAX_VEHICLES][playerVehicleInfo];
Or am I missing something here because typically you would assign the reference to pvInfo[] with the id of the vehicle created.