Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
before any of you post i have to say
that yes i tried setting the player + the vehicles Interior + Vertual Wolrd but dont work.
What i also found out is that after the player spawns and i run the exact same code you can see teh vehicles.
so is like your not allowed to see vehicles under OnPlayerRequestClass
Posts: 5,314
Threads: 12
Joined: Aug 2010
Reputation:
0
From what I know, is not even possible.
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
i had a Derby server and i done this in there it worked but sinc 0.3e i think is removed ?
i dont know :X
Posts: 5,314
Threads: 12
Joined: Aug 2010
Reputation:
0
Some time ago I saw a topic with the same problem.
- I didn't find it
Posts: 586
Threads: 16
Joined: Mar 2008
Reputation:
0
It seems you can not stream vehicles in the default class selection. (Seen this issue in other topics)
However, by making a custom class select, you will be able to have vehicles in it.
Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
Each time they go onto the class selection put the player in each vehicle as passenger then below set their position.
Once they spawn set the variable to 0 so when they go back on class if the variable is 0 0 put them in cars.
So atleast then if you go on class to next skin it don't put you in the cars everytime, only if you spawn then reclass.
Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by KyleSmith
Each time they go onto the class selection put the player in each vehicle as passenger then below set their position.
Once they spawn set the variable to 0 so when they go back on class if the variable is 0 0 put them in cars.
So atleast then if you go on class to next skin it don't put you in the cars everytime, only if you spawn then reclass.
|
Doesn't have to be passenger, as I use PutPlayerInVehicle(playerid, Current_Vehicle[playerid], 0); and it works FINE.