Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock NeedPlayersToSeverFull()
- {
- new pl = -1;
- for(new i; i < MAX_PLAYERS; ++i)
- {
- if(IsPlayerConnected(i))
- {
- pl++;
- }
- }
- return GetMaxPlayers() - pl;
- }
- // Esta função returna quantos players precisa para encher o sever.
Advertisement
Add Comment
Please, Sign In to add comment