teamTaxistas = createTeam ( "Taxistas", 255, 255, 0 )
function taxiCommand ( thePlayer, command )
taxiOphaalBlip = createBlipAttachedTo ( thePlayer, 48, 1, 255, 0, 0, 0, 0, 99999.0, getRootElement() )
outputChatBox ("textoasdasd1.", thePlayer, 255, 190, 0, false )
for _, player in ipairs ( getPlayersInTeam ( teamTaxistas ) ) do
outputChatBox ("textoasdasd.",player,0,255,0,true)
end
end
addCommandHandler ( "taxi", taxiCommand )