I am trying to make a private message system by using infistar to open a dialog box by typing "!pm". When I put in the directory to have the file called, a message box pops up and says that the file cannot be found, even though the directory is the correct path. This is located in the ah.sqf file from infistar. Do I need to call files differently via infistar ?
Question
JohnnyBravo666
I am trying to make a private message system by using infistar to open a dialog box by typing "!pm". When I put in the directory to have the file called, a message box pops up and says that the file cannot be found, even though the directory is the correct path. This is located in the ah.sqf file from infistar. Do I need to call files differently via infistar ?
if(_txt in ['!pm'])then { (_display) closeDisplay 0; call compile preprocessFileLineNumbers '\z\addons\dayz_server\compile\pm\pm_init.sqf'; };
Any help is greatly appreciated.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now