Changing default msg

Started by Diamond, Nov 01, 2015, 11:02 AM

Previous topic - Next topic

Diamond

Hey how to change the default message when someone connects.
*> Player connected. <*

KingOfVC

first onScriptLoad
SetJoinMessages( false )
onPlayerJoin
Message( player.Name  + " Joined the toilet ")

EK.IceFlake

Lol joined the toilet xD

Xmair


Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

KAKAN

LOLOL!
Yea, you can use this one too.
function onScriptLoad() SetJoinMessages( false );
function onPlayerJoin( player ) Message(  format("*> %s has joined the server. <*",player.Name ) );
oh no