ok, I found this safe zone script and so far I have no complaints except for the title text it uses overwrites the title text from entering a trader city. I could disable one or the other, but I want them both to show if possible.
Can I have the dami_sz text display below the trader city text?
here is how the dami_sz is called:
in the init.sqf
[] execVM "scripts\dami_SZ.sqf";
in the mission.sqm file, just add inSafeZone = TRUE (or false for when exiting)
_txt = "You have entered a safezone! Running people over, stealing, or griefing within safezones shall result in a ban! YOU HAVE BEEN WARNED!";
systemChat ("SAFE-ZONE: "+str _txt+"");
cutText [_txt,"PLAIN DOWN"];
Question
Lanmanfm
ok, I found this safe zone script and so far I have no complaints except for the title text it uses overwrites the title text from entering a trader city. I could disable one or the other, but I want them both to show if possible.
Can I have the dami_sz text display below the trader city text?
here is how the dami_sz is called:
in the init.sqf
in the mission.sqm file, just add inSafeZone = TRUE (or false for when exiting)
in the dami_SZ.sqf it calls the title text
Link to comment
Share on other sites
2 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