06.07.2013, 20:04
I don't have the time to do it, but I can explain you how to do it and you can give a try!
In OnPlayerSpawn callback, you need to create a vehicle (CreateVehicle), you will also need to get player's coordinates. (GetPlayerPos; GetPlayerFacingAngle). Last, put the player in the vehicle, remember to store the ID and put him in the vehicle (PutPlayerInVehicle). And set the position (SetVehiclePos; SetVehicleZAngle).
In OnPlayerSpawn callback, you need to create a vehicle (CreateVehicle), you will also need to get player's coordinates. (GetPlayerPos; GetPlayerFacingAngle). Last, put the player in the vehicle, remember to store the ID and put him in the vehicle (PutPlayerInVehicle). And set the position (SetVehiclePos; SetVehicleZAngle).