View Single Post
  #2  
Old 09-25-2010, 07:19 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Usage:

PHP Code:
function onCreated() {
  
findplayer("account").sendPM("MESSAGE!");

Common Example:

PHP Code:
// In Control-NPC
function onActionPlayerOnline() {
  
// Remove response from server if PMed
  
setpm("");
  
// Send PM to player
  
player.sendpm("Welcome to " getservername() @ "!");

__________________
Quote:
Reply With Quote