07.03.2014, 17:14
Hello there..
When a player selects a vehicle, It will create an vehicle as show model.
For example the freeway:
When he cancels it, even if he buys it.. the show model will be killed. (That correct)
Now the problem is, If 2 players are selecting cars, it will not show that vehicle for the desired player.
Somebody knows a way, so i can show them for both?
I was thinking about DLCar[11] changing the ''11" to the playerID + 1000.
But their might be a bether way tho'.
Can somebody help me out?
Edit; everyone is in a different VW, when selecting cars.. and they might select different models.
When a player selects a vehicle, It will create an vehicle as show model.
For example the freeway:
Код:
DLCar[11] = CreateVehicle(463,347.5634,2935.0889,1046.5648,90.6536,0,0, 2000); //
Now the problem is, If 2 players are selecting cars, it will not show that vehicle for the desired player.
Somebody knows a way, so i can show them for both?
I was thinking about DLCar[11] changing the ''11" to the playerID + 1000.
But their might be a bether way tho'.
Can somebody help me out?
Edit; everyone is in a different VW, when selecting cars.. and they might select different models.