PDMTA Posted June 2, 2016 Share Posted June 2, 2016 Buenas tarde gente del foro, hice un simple createTeam para convinarlo con el spawn de 50p modificado: function createTeamsOnStart () teamPolicia = createTeam ( "Policia", 0, 0, 255 ) teamBombero = createTeam ( "Bombero", 255, 140, 0 ) teammilitar = createTeam ( "militar", 51, 102, 0 ) teamGrove = createTeam ( "Grove" , 0, 255, 0 ) teamBallas = createTeam ( "Ballas" , 128, 0, 128 ) teamAzteca = createTeam ( "Azteca", 0, 129, 129 ) teamVago = createTeam ( "Vago" , 255, 215, 0 ) teamRifa = createTeam ( "Rifa", 0, 255, 255 ) teamTerrorista = createTeam ( "Terrorista",255,160,122 ) teamMafia = createTeam ( "Mafia" , 47, 79, 79 ) teamColombiano =createTeam ( "Colombiano",0, 250, 255 ) teamSaw = createTeam ( "Saw" , 112, 128, 144 ) teamRapero = createTeam ( "Rapero" , 220, 20, 60 ) teamPizza = createTeam ( "Pizza",255, 255, 0 ) teamChiken = createTeam ( "Chiken" , 255, 20, 147 ) teamMecanico = createTeam ( "Mecanico" ,255, 20, 20 ) teamCoD = createTeam ( "CoD" , 70, 130, 180 ) end addEventHandler("onResourceStart", resourceRoot, createTeamsOnStart) Pero quiero que se agregue una linea o franja para añadir la categoria mas o menos asi: --[Municipal] Policia Bombero militar --[Pandillas] Grove Ballas Azteca Vago Rifa --[Gang Publico] Terrorista Mafia Colombiano Saw Rapero --[Civilies] Pizza Chiken Mecanico --[Clanes Privados] CoD La idea es que salgan las categorias en el scoreboard si se puede por medio del script de createTeam. Link to comment
Enargy, Posted June 2, 2016 Share Posted June 2, 2016 Tendrías que editar el scoreboard y luego que cuando un player entre a un team se seleccione algún tipo de clase. Link to comment
Tomas Posted June 2, 2016 Share Posted June 2, 2016 Tendrías que editar el scoreboard y luego que cuando un player entre a un team se seleccione algún tipo de clase. Es mejor crear una scoreboard desde cero Link to comment
starksZ Posted June 3, 2016 Share Posted June 3, 2016 O podrías intentar crear una scoreboard desde 0 como dice Tomás, Es fácil. Link to comment
Enargy, Posted June 3, 2016 Share Posted June 3, 2016 Es mejor hacerlo desde cero luego va a confundirse mas. Link to comment
Bc# Posted June 4, 2016 Share Posted June 4, 2016 Aqui alguien lo estaba haciendo, para que te guies: https://forum.multitheftauto.com/viewtopic.php?f=146&t=97853 Link to comment
Recommended Posts