Thread
:
Question about with (getplayer)
View Single Post
#
13
07-21-2002, 01:22 AM
Python523
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
if you want to go through the players in a level, run a for loop
for(i=0;i<playerscount;i++){
with(players[i]){
//stuff
}
}
Python523
View Public Profile
View GraalOnline Profile
Find all posts by Python523