View Single Post
  #6  
Old 12-27-2002, 03:09 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by HoudiniMan
I don't really understand what he said x.x
k.. with(allplayers[index]) = access the player w/ that serverwide index. You can't getplayer an RC, because they aren't a player. You can allplayers them though, because they have an ID when they log on. Use a loop to access 1 player in order at a time, till you find the player with the account you want, if the account matches, check if they are in a level or not with #F (#F = level the player is currently in).. if #F <1 (or <0, can't remember), then they aren't in a level, meaning they're an rc.
__________________

Reply With Quote