Jump to content
  • 0

Request Script Announcer of new player


mightyryan

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  10/03/12
  • Last Seen:  

Hi, can somebody help me about a script like, if there is a new player found by the NPC, it will announce " Lets give a warm welcome for "Name" as (he if boy, she if Girl) is new to the server bla bla bla."

Please thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  


OnPCLoginEvent:
if (#Welcome == 0) {
announce "Welcome " + strcharinfo(0) + " to our server!",bc_all;
set #Welcome, 1;
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  10/03/12
  • Last Seen:  

thanks, I will try this.

not working, what should I add, because I want an npc that will only announce the player once , when He/she is new to the server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

It is now a complete script lol, just the function. You will need a NPC header.

- script HiddenWelcome -1,{
OnPCLoginEvent:
if (#Welcome == 0) {
announce "Welcome " + strcharinfo(0) + " to our server!",bc_all;
set #Welcome, 1;
end;
}
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  69
  • Reputation:   2
  • Joined:  10/03/12
  • Last Seen:  

thanks sorry for the late reply

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...