View Single Post
  #4  
Old 07-05-2001, 11:15 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Hmm...
NPC Code:
if (initialized||timeout) {
for (i=0;i<playerscount;i++) {
with (players[i]) {
if (strequals(#s(client.blahblah),blah)) {
dostuff;
}
else {
dootherstuff;
}
}
}
timeout=0.05;
}


Is what you would use I think.
__________________

Reply With Quote