mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Update inits
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
private ["_messages", "_timeout"];
|
||||
private ["_messages","_timeout"];
|
||||
|
||||
if (isServer) exitWith {};
|
||||
waitUntil { uiSleep 1; !isNil ("PVDZ_plr_LoginRecord") };
|
||||
waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")};
|
||||
|
||||
_messages = [
|
||||
["DayZ Epoch", "Welcome "+(name player)],
|
||||
["World", worldName],
|
||||
["Teamspeak", "Some ts info"],
|
||||
["Teamspeak", "some TS info"],
|
||||
["Website/Forums", "some website info"],
|
||||
["Server Rules", "Duping, glitching or using any<br />exploit will result in a<br />permanent ban."],
|
||||
["Server Rules", "No Talking in side."],
|
||||
["Server Rules", "No talking in side."],
|
||||
["Server Rules", "Hackers will be banned permanently<br />Respect others"],
|
||||
["News", "Some random New info!<br />RandomNews<br />"]
|
||||
["News", "Some random new info!<br />Random news<br />"]
|
||||
];
|
||||
|
||||
_timeout = 5;
|
||||
{
|
||||
private ["_title", "_content", "_titleText"];
|
||||
private ["_title","_content","_titleText"];
|
||||
uiSleep 2;
|
||||
_title = _x select 0;
|
||||
_content = _x select 1;
|
||||
|
||||
Reference in New Issue
Block a user