• Welcome Back
    4 replies, posted
I can't seem to find a welcome code. So when a user joins the server it broadcasts just for them "Welcome back, USERNAME". If anyone will help cheers.
[url]http://wiki.garrysmod.com/page/Hooks/Base/PlayerInitialSpawn[/url] [url]http://wiki.garrysmod.com/page/Classes/Player/ChatPrint[/url]
[lua]hook.Add("PlayerInitialSpawn", "playerWelcome", function(pl) pl:ChatPrint("Welcome to pissballs gaming, " .. pl:Name() .. "!") end)[/lua] [B]Edit:[/B] Does that count as being ninja'd?
How Can I give it a delay on start?
[QUOTE=RockstarC;38945698]How Can I give it a delay on start?[/QUOTE] [URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexa75a.html"]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexa75a.html[/URL]
Sorry, you need to Log In to post a reply to this thread.