Thread: playerisrc...
View Single Post
  #2  
Old 04-20-2002, 05:30 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Re: playerisrc...

Quote:
Originally posted by Saga2001
I am thinking this may be moved to NPC Server, but o well...
I am using this:
NPC Code:

for (i=0; i<allplayerscount; i++; ) {
with(allplayers[i]) {
stfu;
}
}


As we all know with(allplayers[i]) returns even for rcs, hence allplayers...However I need detection to see if the current selection is on rc or not. How would you all go about this? I tried #L thinking it might be null, but fail...It equals the last level.
umm try

if (strcontains(#a,"pw name here")||strcontains(#a,RC)) {
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote