-
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
OnPlayerEditObject not called #17
Comments
Works fine for me. |
So why same code isn't working on diffrent platform? This for e.g not works (FS): public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz) |
I'm guessing it has less to do with the platform and more to do with something in your script causing a conflict. Try testing that code in a bare script with nothing else running and see what happens. |
I have removed filterscript which had streamer included, now only gamemode have it and it is working. Please check it, why when we have FS's with streamer code in it, other callbacks which are used in streamer plugin aren't procced to other script. |
That's just the way |
Can't reproduce. |
The same thing happened to me, I can not call OnPlayerEditObject |
I'm sorry but I think this should be closed. The callback is fine AFAIK. |
When I'm using streamer, OnPlayerEditObject isn't called on my Linux server, works on Windows.
The text was updated successfully, but these errors were encountered: