20.09.2018, 22:35
Use a for loop
PHP код:
for(new i; i < MAX_PLAYERS; i++)
{
if(//a boolean variable which is assigned to the playerid who joins the event. ex: InEvent[i])
{
// ur code here
}
}