01.12.2014, 14:06
Quote:
You also don't need to store a vehicleid anywhere.
Just use GetPlayerVehicleID to get the ID. Or use the vehicleid parameter from a callback that relates to vehicles, like OnPlayerEnterVehicle. You could add this info to your tutorial. |
When you want to use GetPlayerVehicleID(playerid) you still have to check if they are in WorldCar[i].
What you're saying is possible, but would not work in this case.