Need help with server welcome messages

Lapua

New Member
Im pretty much a badie at this stuff , but please help me out.

So I remember some old server Ive played on had a welcome message , like ; Welcome to (servername) Enjoy your stay.

I dont know what lines I have to add or where to add them :(

Thanks in advance
 
Put this at the bottom of your init file



Code:
//////////////////////////////////welcome player script////////////////////////////
waitUntil {time > 70};
titleText [format ["Welcome, %1", name player], "PLAIN DOWN"];
 
Put this at the bottom of your init file



Code:
//////////////////////////////////welcome player script////////////////////////////
waitUntil {time > 70};
titleText [format ["Welcome, %1", name player], "PLAIN DOWN"];

Is there a way to have it show multiple messages?
 
Back
Top