Thread: Actionrconline
View Single Post
  #22  
Old 08-06-2003, 05:03 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by tlf288


NPC Code:

if (actionplayeronline) {
for (i=0;i!=allplayerscount;i++)
with (players[i])
if (strlen(#F)<1)
setstring thiso.rcs,#s(thiso.rcs),#a;
}


thiso strings are only used when you are getting another NPC in a with statement, no point in using them when you get the player, since you can't save a this.string to the player serverisde, it will save to the npc