-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dynamic Checkpoints are behaving weirdly #444
Comments
Confirmed too. I went back to 2.9.5 something is wrong with 2.9.6 :
Next And |
Please try it with an empty script first, and try it on both samp / open.mp |
On SAMP it works fine, but on open.mp I had to do the |
I join |
dynamic CPs weren't calling
OnPlayerEnterDynamicCP
, so I addedto my gamemodes main module and now
OnPlayerEnterDynamicCP
works fine.I'm using v2.9.6 from open.mp branch.
The text was updated successfully, but these errors were encountered: