-
Posts
6,058 -
Joined
-
Last visited
-
Days Won
208
IIYAMA's Achievements
Gangsta (45/54)
1.5k
Reputation
Single Status Update
-
Dear scripters,
A few days ago I started building on a new tool/enchantment for a mta functionality. The tool is an enchantment for the trigger[Client/Server]Event function. It will be available for everybody once it is finished.
I decided to build this tool as challenge for these issues:
- The current trigger*events can be complex for some people to use.
- CallBack functionality is not directly available.
- Sending trigger events before the client has been loaded happens too often. This message will not be received.
- Can't pass over arguments to the callback function without losing them or making copies. So a functionality that allows you to send tables and functions from(from A to B):
[A] serverside > (clientside) > B serverside callback
(Clientside is left out, while passing functions/tables)
[A] clientside > (serverside) > B clientside callback
(Serverside is left out, while passing these functions/tables)
A question to you guys:
Is there any other issue related to the trigger*Event functions that you would like to see automatically/easier?
-
Is there anybody who is interested in trying it out, before the beta version is set public?
If there is, then I will prepare a sample. (documentation included)
It is bad practice to release something without letting the user testing it.... You should know better @IIYAMA...
-