package clientgreeting{
//Checks to see if newguiplayerlist updated
function newguiplayerlist::update(%this, %cl, %name,%blid,%a,%b,%c)
{Parent::update(%this, %cl, %name,%blid,%a,%b,%c);
//Sends the message
commandtoserver('messagesent', "Hello "@%name@".");
}
};
//Activates the package
activatepackage(clientgreeting);
Thanks for your help guys.
Locking
Guess I might still need extra help.