serverkid 1 Posted July 23, 2013 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 Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted July 23, 2013 use the @mail Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted July 25, 2013 (edited) 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 July 25, 2013 by Via 1 serverkid reacted to this Quote Share this post Link to post Share on other sites
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