Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void PlayerGroupDoSomething (playergroup g) {
- //playergroup g = PlayerGroupActive();
- int count;
- int player;
- for (count = PlayerGroupCount(g); count > 0; count-=1)
- {
- player = PlayerGroupPlayer(g,count);
- // Do something
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment