View Single Post
  #2  
Old 02-01-2004, 03:40 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
It's used to get informations or send informations to the specified player,serverside. E.g:

NPC Code:

with(getplayer(osrs)){
setstring client.chat,Hey osrs!;
say2 New message for you!;
}



You can send any information to osrs using 'with(getplayer())' that way.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote