Bonsai Posted September 5, 2010 Share Posted September 5, 2010 Hey Guys, I just have a simple Question. Is there something like "OnPlayerwin" or "OnMapEnd"? That means, a function that starts, when a Player won e.g. on Crosses. Hope someone can help me. Bye Link to comment
dzek (varez) Posted September 5, 2010 Share Posted September 5, 2010 if you are asking about Race gamemode here is the answer (btw: wiki have answer for all your questions ): https://wiki.multitheftauto.com/wiki/Resource:Race Link to comment
J.S. Posted September 6, 2010 Share Posted September 6, 2010 You can make it yourself pretty easily. Create a function with what you want to happen when they win, then use addEvent and addEventHandler. Trigger the event under onMarkerHit. This is just a brief explanation of how you can do it. If you're using the race game mode you'll probably have to do a little reverse engineering to find where code is triggered when a player crosses the last checkpoint, as well as how to check if they're actually in first place. Alot of released scripts use exports, so that could be a start. 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