I am trying to load a .paa file to the client's debug screen but from dayz_server.pbo, cause i have a custom antihack installed and its not allowing INS to be pressed by the clients.
So it shows its own debug monitor.
I am trying with :
hintSilent parseText format ["" <t align='center'><img size='3' image='\z\addons\dayz_server\init\test.paa'/></t><br/>..... ......
but the client gets
Warning Message: Picture \z\addons\dayz_server\init\test.paa not found
although the image is there.
Is there a specific way i have to do this ?