abadabadu Posted August 6, 2014 Share Posted August 6, 2014 Hi. Does triggerServerClientEvent ( and triggerClientEvent ) grants delivery order? I mean, if trigger client event 3 times, 1 after 1, like this: triggerClientEvent (... "1" ... ) triggerClientEvent (... "2" ... ) triggerClientEvent (... "3" ... ) Is it granted that order in which client will receive this is the same. Like: 1 2 3 Or any net-connection-problems can cause something like: 1 3 2 Yes, with triggerClientEvent events are sent reliably, but who said that delivery order is granted too? Link to comment
arezu Posted August 6, 2014 Share Posted August 6, 2014 The messages are received in order. You can use triggerLatent(Client/Server)Event if you don't care about order and if you want the message to be sent/received in another thread so that if you send a big message, it wont cause network trouble. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now