getting players, not working.
I don't know why this isn't working.
PHP Code:
Why doesn't it work? I have tried it with live players too. |
Re: getting players, not working.
Are you resetting the value of ct_count and t_count before this loop?
|
Re: getting players, not working.
yami is right, either those variables are static either they are global and you forget to reset them.
Anyway, would be more efficient to do : PHP Code:
If you need to use players indexes for something else, then create 2 arrays, like players_t[32], players_ct[32]. |
Re: getting players, not working.
so num is the number of players?
|
Re: getting players, not working.
Quote:
PHP Code:
|
| All times are GMT -4. The time now is 06:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.