Jump to content
  • 0
Sign in to follow this  
serverkid

private message to player

Question

is there a way to send private message or private announcement to a player?

 

im making a script which add items to a player and when they login, they will receive the item,

 

so if they are online, i need to tell them to relogin. thanks in advance :)

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Use message. I'm assuming your script contains a variable in which the target player's name is stored (i.e. .@playerName$), so you can include a message for them after the script has sent a gift - regardless of whether or not they are online (if they're online, they'll receive it).

 

Example:

message .@playerName$, "A GM has sent you a gift. Please relog to receive it.";
Edited by Via

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.