Taylor1984 14 Posted June 8, 2018 Hi! I have this script that I run from onmapsingleclick that makes a group move to the click position. However this only works for the server player in MP since I guess everyhing in onmapsingleclick is local because when a client runs the script the group won't move and moves need to be handled by the server, right? I guess I would need to execute the script using BIS_fnc_execVM and spawn BIS_fnc_MP, which I've managed to do for other scripts but I can't understand how to do that using onmapsingleclick. Could you please help me? Thanks Share this post Link to post Share on other sites
Belbo 462 Posted June 8, 2018 If you provide your current code, we could offer you a solution. 1 Share this post Link to post Share on other sites