dzek (varez) Posted January 17, 2010 Share Posted January 17, 2010 i think i learned a bit on scripting and but got one more question: can i force player to exit vehicle? or do other actions? i dont want to "get" it from the car, and put near car door. and other actions - i mean make player walk some place, as in single player scripting (main.scm) ? Link to comment
dzek (varez) Posted January 17, 2010 Author Share Posted January 17, 2010 i think i learned a bit on scripting and but got one more question: can i force player to exit vehicle? or do other actions? i dont want to "get" it from the car, and put near car door. and other actions - i mean make player walk some place, as in single player scripting (main.scm) ? Link to comment
robhol Posted January 17, 2010 Share Posted January 17, 2010 For the car exiting, you can try setPedControlState on the player element. For the second, you will probably have to script that function yourself, as you don't have access to much "controlling" stuff apart from control states. Link to comment
robhol Posted January 17, 2010 Share Posted January 17, 2010 For the car exiting, you can try setPedControlState on the player element. For the second, you will probably have to script that function yourself, as you don't have access to much "controlling" stuff apart from control states. 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