Update inits

This commit is contained in:
ebaydayz
2016-03-27 23:47:30 -04:00
parent 23caf14dc9
commit e1a0bfebc1
54 changed files with 2844 additions and 2007 deletions

View File

@@ -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;