Hi, i'm looking for this thing, but i dont see anything.
I know that to look for a file inside de PBO mission use "folder\script.sqf" and to look for game root directory use "\folder\script.sqf". It works perfect. But since the last update, it seems that dont recognise the path. I dont change anything.
My script
if(isServer) then {[] execVM "\weapons\init.sqf";}; Its only on server and its a function BIS_fnc_MP that runs on all clients. before the last update runs perfect. Its important the file is outside pbo because i have to change it very often.
Can you help me? thanks