LiOneLMeSsIShoT Posted December 1, 2013 Share Posted December 1, 2013 how to get the vehicle ids? i don't mean about that the normal ids for them....i mean like..put ids for them to use them...like when you type /vehicleids it's outputChatBox the ids of the vehicles near you. Link to comment
tosfera Posted December 1, 2013 Share Posted December 1, 2013 I'm not sure if an vehicle gets an ID automaticly, but you can always set your own ID if you're creating an advanced vehicle system, like saving them for players etc. If so, just set and get it's element data which you set. setElementData ( vehicleVar, "vehicleid", ); getElementData ( vehicleVar, "vehicleid" ); Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now