-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hook Get natives #1
Comments
With this (upper) doesn't work too, but with example (below) it perfectly works
|
Could you explain in more detail, why this doesn't work? Like what are you expecting it to do, and what are you getting instead? |
With Pawn.RakNet I made invisibility for administration (z coordinate = 6666). In admin[playerid][admin_real_pos][0-2] their real coordinates are written. I hook GetPlayerPos to replace the player's position if he is invisible. In return I get a broken server. |
This time everything is a little different. I use mdialog, the dialog is created but the response is not called. |
For example, I need to hook GetPlayerPos native to replace the return value (not quite return, but I think you got the point).
How can I do this?
I've already tried
But it brokes SpawnPlayer like there -> IS4Code/PawnPlus#39
The text was updated successfully, but these errors were encountered: