-
Notifications
You must be signed in to change notification settings - Fork 8
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
New RPC functions #43
Comments
What's the actual problem with the RPC system? This issue isn't really clear about what the problem is. |
When I tried to use it. I had got a weird function behavior. For me |
Server RPC Client RPC Client RPC: doing the syncing ourselves |
About Server RPC. I'll check it out later. Maybe it was a problem of my code.
I hope it will be important for mtasa-blue. There are few features which we must add to mtasa-blue I suppose. I can set up a label for issues which contains this depension from mtasa-blue and I'll be create issues there. |
Is your feature request related to a problem? Please describe.
If you check out my #41 you can see, I use triggers, because the current RPC system is really weird.
Describe the solution you'd like
I'd like to suggest make a new RPC system it will better, simple and it will contains documentation.
Additional context
Current realization:
amx/amx/server/util.lua
Lines 44 to 50 in dd50399
amx/amx/client/util.lua
Lines 55 to 63 in dd50399
The text was updated successfully, but these errors were encountered: