Naiss 28 Posted May 18, 2015 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
austin_medic 109 Posted May 18, 2015 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
Naiss 28 Posted May 18, 2015 ye the functions are server sided so it sends true server side to client Share this post Link to post Share on other sites
dreadedentity 278 Posted May 18, 2015 restart the server Share this post Link to post Share on other sites
Naiss 28 Posted May 19, 2015 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