Posts: 77
Threads: 19
Joined: Mar 2009
Reputation:
0
I have a problem. When im selecting skin (by default OnPlayerRequestClass(playerid, classid) it sets camera position to desert air port), there would be a vehicles (i added vehicles to OnGameModeInit using AddStaticVehicle), but it won't, there isn't any vehicle when selecting camera, why? When i spawn and go to that place i can see those vehicles. Vehicles positions are correct. So what is wrong?
Posts: 1,150
Threads: 16
Joined: Oct 2009
Reputation:
0
Well yes, When you enter the server first time, it doesn't show the vehicles for you the first time you are at OnPlayerRequestClass stage. But you will notice when you go to class selection after the first time, you will see the cars during class selection.
Posts: 77
Threads: 19
Joined: Mar 2009
Reputation:
0
Is there any solution for first time?
Posts: 77
Threads: 19
Joined: Mar 2009
Reputation:
0
Not found a good solution yet. I have tried with Spectate, it wont help, tried to do auto spawn and then force selecting, it worked, but vehicles wont spawn anyway, when i spawned normal the vehicles has spawned. Any ideas?