Quote:
Originally Posted by Kreation
Really? Never knew that, I think I got a run time error before from that. Guess not, I'll remove that from my stock.
|
If it returned non-connected players then get_players() would look like:
Code:
stock get_players(players[], &num)
{
players[0] = 1
players[1] = 2
// ...
players[31] = 32
num = 32
}
Correct me if you feel that I am wrong.
__________________