forward ttiro();public ttiro(){ for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { tiro[i] = false; } } return 1;}