Jump to content

Welcome messeges


Recommended Posts

Posted

hi i will like to know if any one has a script that tells you:

Wellcome nickoftheplayer to servername

In the chat plese it will realy help me

2ps1xti.gif

My new name is: [PS]ThePro

Whe have 4 servers!!!!!

ak47.png

ak47.png

ak47.png

ak47.png

Pothole Studios is back in buissnes!

if my signature is too big pm me but dont just delete it plese.

Posted (edited)
addEventHandler ( "onPlayerJoin", getRootElement, function() local name = getClientName ( source ) outputChatBox ( "Welcome " .. name .. " to INSERT_SERVER_NAME_HERE", source, 255, 255, 255 ) end ) 

you can change the color to anything you like ;)

EDIT: moo.. hankey beat me to it :P

EDIT2: fixed

Edited by Guest

:d::i::s::g::r::a::c::e:

norby89.png

Posted
addEventHandler ( "onPlayerJoin", getRootElement, function() local name = getClientName outputChatBox ( "Welcome " .. name .. " to INSERT_SERVER_NAME_HERE", source, 255, 255, 255 ) end ) 

you can change the color to anything you like ;)

EDIT: moo.. hankey beat me to it :P

you forgot to add which player's name it has to get.

But anyway, the one on the wiki is fine :P

Posted
addEventHandler ( "onPlayerJoin", getRootElement, function() local name = getClientName outputChatBox ( "Welcome " .. name .. " to INSERT_SERVER_NAME_HERE", source, 255, 255, 255 ) end ) 

you can change the color to anything you like ;)

EDIT: moo.. hankey beat me to it :P

i dont know what to do whit the script :( i dont know of scripts ;)

2ps1xti.gif

My new name is: [PS]ThePro

Whe have 4 servers!!!!!

ak47.png

ak47.png

ak47.png

ak47.png

Pothole Studios is back in buissnes!

if my signature is too big pm me but dont just delete it plese.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...