Advertisement
Hustrine

OnlinePlayers( )

Jan 15th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. stock OnlinePlayers( )
  2. {
  3. new
  4. online
  5. ;
  6. for( new i = 0; i < MAX_PLAYERS; i++ )
  7. if( IsPlayerConnected( i ))
  8. online++ ;
  9. return online;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement