View Single Post
  #2  
Old 06-14-2003, 09:18 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 will become famous soon enough
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
something along the lines of this mabey?
if (actionplayeronline) {
for (i=0; i<allplayerscount; i++) {
with (allplayers[i]) {
commands...
}
}
}
__________________
Reply With Quote