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