Mateito14 Posted July 18, 2013 Share Posted July 18, 2013 Hola en mi server tengo una base de un clan que tenemos y las puertas se abren al que tengan el team del clan osea yo cree el team con resource y también desde el admin panel pero cuando ellos se desconecta se les va el team o cuando cierro el server el team ya no esta que hago ?? El server es play no quiero cambiarlo a otro gamemode . Gracias . Link to comment
FraN-724 Posted July 18, 2013 Share Posted July 18, 2013 crear un script aparte y usa createTeam onResourceStart -- el evento Link to comment
AlvareZ_ Posted July 18, 2013 Share Posted July 18, 2013 createTeam isObjectInACLGroup setPlayerTeam "onPlayerLogin" Link to comment
Mateito14 Posted July 18, 2013 Author Share Posted July 18, 2013 crear un script aparte y usa createTeam onResourceStart -- el evento Y como hago la meta.xml ? soy nuevo en esto Link to comment
AlvareZ_ Posted July 18, 2013 Share Posted July 18, 2013 https://wiki.multitheftauto.com/wiki/Meta.xml Link to comment
Alexs Posted July 18, 2013 Share Posted July 18, 2013 Te dejo mi recurso: https://community.multitheftauto.com/index.php?p= ... ls&id=6400 Link to comment
Anyelberth Posted July 18, 2013 Share Posted July 18, 2013 function team () createTeam ( "NombreDeTuTeam", 0, 255, 0 ) end addEventHandler("onResourceStart", resourceRoot, team) ------------Meta----------------- "Mateito14" version="0.1" type="script" name="Team" /> Luego ve a mtaserver y Coloca: Para que Se Inicie al Tu Iniciar Tu Server. Link to comment
Mateito14 Posted July 18, 2013 Author Share Posted July 18, 2013 A lo de que se inicie automaticamente el resource lo se, gracias a los dos que me dieron el resource ya tengo todo echo . Gracias. Link to comment
Recommended Posts