DraKiNs

[COD] Pegar players Online

Jun 26th, 2011
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.15 KB | None | 0 0
  1. GetConnectedPlayers()
  2. {
  3.        new i;
  4.        while (i < MAX_PLAYERS)
  5.        {
  6.               if(IsPlayerConnected(i)) i++;
  7.        }
  8.        return i;
  9. }
Add Comment
Please, Sign In to add comment