View Single Post
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 09-13-2006 , 19:56   Re: Why doesn't this code work?
Reply With Quote #7

When you use get_players it stores the player id into the array. So to use it you need to do. players[i]

Code:
cs_get_user_team(players[i])

Same for the other get_players you used. You need to access it by using the array.

Code:
cs_get_user_team(playersDead[iDead])
__________________
No private support via Instant Message
GunGame:SM Released

Last edited by teame06; 09-13-2006 at 19:58.
teame06 is offline
Send a message via AIM to teame06