30.05.2012, 02:46
Just use the code you want to run from all players inside of a loop:
PHP код:
for(new i = 0; i < MAXPLAYERS; i++) {
//your code goes here
}