Jump to content

Sign in to follow this  
Naiss

Arma 3 Actions

Recommended Posts

okay im doing the add actions command one every singel shop and i also got add action on the player it self for player menu, admin menu etc. and it takes like 5 minute for the action to respond with the function like i see the actions but it takes 5 min before it run the function that it's trying to call and it all working just fine 2 days ago

This is one of the actions i use:

RPP_Server_Action1 = player addAction ["<t color='#0000FF'>Open DMV Menu</t>",{[] call RPP_DMV_Dialog},[false],1,false,true,"","(player distance (getpos DMV1)) < 5"];

Share this post


Link to post
Share on other sites

most likely caused by extreme desync that delays the function's execution, especially if it needs to be sent from the server first.

Share this post


Link to post
Share on other sites

ye the functions are server sided so it sends true server side to client

Share this post


Link to post
Share on other sites

haha found the problem, i loaded the server like 5 times in a row so the server got a hevyload by one client so it took a while for the client to get ready :P so now i fixed it all

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×