Just two simple questions no doubt you guys can answer easily.
1) I'm trying to call a script that runs server side from infistars admin menu. I'm doing it this way as I'm passing player location data into the script from a custom function added to the menu.
Currently I have
_pos = getPos player;
[_pos]execVM "\z\addons\dayz_server\modules\target_drop.sqf";
hint format ['Sucessful call on %1',_name];
But its saying the file cannot be found, (yes iv checked its there xD) I'm assuming that now infistars tools are outside the server pbo they have trouble accessing it?
I'v only just started writing my own scripts so please correct me if I'm wrong (which I probably am).
Question
kheldar125
Just two simple questions no doubt you guys can answer easily.
1) I'm trying to call a script that runs server side from infistars admin menu. I'm doing it this way as I'm passing player location data into the script from a custom function added to the menu.
Currently I have
But its saying the file cannot be found, (yes iv checked its there xD) I'm assuming that now infistars tools are outside the server pbo they have trouble accessing it?
I'v only just started writing my own scripts so please correct me if I'm wrong (which I probably am).
Cheers
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now