View Single Post
  #5  
Old 06-14-2003, 04:41 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
NPC Code:

if(actionplayeronline){
for(i=0;i<allplayerscount;i++){
with(allplayers[i]){
if(strlen(#F)<=0){
}
}
}
}



well,wouldnt this detect when a RC logged on?!
also,i think you cant replace actionplayeronline for checking when a player enters on the playerworld. (I may be wrong)
__________________
"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