PHP Code:
public globalevent ()
{
new players[32], numplayers, id;
get_players ( players, numplayers );
for ( new i=0; i<numplayers; i++ ) {
id=players[i];
//code ........
}
}
ok thanks!!!
this is a break through and makes a lot possible for the things I wanted to do.