Search the Community
Showing results for tags 'message'.
Found 7 results
-
Usually it would state "You cannot gut this animal without a knife" but now the scroll action is dead and I don't get an error. Please help!
-
Hi. Death messages script? 1.0.6.1?
-
Hello there, Firstly, I don't know if what I made is allowed by the dev team so if it's not allowed, I will removed this topic. Also, I made a tutorial in this place cause there is not yet a Script section. [Preview] So, there are 2 files in this tutorial, 1 file called "welcome.sqf" show a welcome message. It looks like this (clic on the picture to extend) : The second file named "popup.sqf" show differents custom messages on the right side like this : [installation] Create an "init.sqf" file in your mission folder and put this code inside : call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\both_init.sqf"; if (isDedicated) then { call compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\init\server_init.sqf"; } else { call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\client_init.sqf"; }; //Custom message [] execVM "custom\welcome.sqf"; [] execVM "custom\popup.sqf"; Then, create a folder called custom in your mission. Download and put these files inside : welcome.sqf popup.sqf [battlEye] You have to modify your script.txt file in your BattlEye folder. Change the number 7 with the number 1 at lines 1 - 2 - 20 - 21 [Antihack] In your folder @EpochHive, you have to comment the line : {"\x\addons\a3_epoch_code\compile\setup\EPOCH_clientInit.sqf", "EPOCH_clientInit"}, in the epochAH.hpp file. That's all :) I DO NOT take credits about these 2 files, they come from Altis Server.
-
I noticed a while ago, when players join my server there isn't any "<name> connected" or anything, so its hard to notice when a Players joins the server.
- 2 replies
-
- DayZ Epoch
- DayZ Overwatch
-
(and 3 more)
Tagged with:
-
How to change Spawn message (like Current admins, and Server Name)
RaZorTurtle posted a question in Scripting
Sup guys just like it says, for some reason idk why, but i cant figure out how to change the current admin's online, apon spawning in. Can anyone tell me how to change this? -
Hey people! So I've seen some servers that show kill messages on the top left corner. They look like this: (Justin *picture of MK48* Sebu). Is this possible or is it something custom these server owners have made? Thanks!