Plate Posted April 27, 2012 Share Posted April 27, 2012 (edited) function Destroyer () slothbot = exports["slothbot"]:spawnBot( 325.60107421875, 1917.4279785156, 26.560228347778, 90, 285, 0, 0, SWAT, 31, hunting, true ) exports.extrahealth:setElementExtraHealth(slothbot,10000) outputChatBox("Jefe Umbrella:Emviando SWATS") outputChatBox("SWAt1:confirmado señor") outputChatBox("Jefe Umbrella:SWAT 1 quiero a toda su tropa lista los recojera un 2 helicopteros en el area 69") outputChatBox("Swat1:entendido") outputChatBox("Jefe Umbrella:su mision es anikillar al projecto nemesis") local SWAT = createTeam("SWAT",255,0,0) end addEventHandler("onResourceStart",getRootElement(),Destroyer) Necesitaria hacer que si uno del equipo se suba a un auto el bot se suba igual y tambien que el bot no ataque a los de el equipo SWAT jaja Edited April 27, 2012 by Guest Link to comment
iFoReX Posted April 27, 2012 Share Posted April 27, 2012 #OFFTOPIC Plate no pongas codes tags pon lua tags asi se entiende mas Link to comment
Castillo Posted April 27, 2012 Share Posted April 27, 2012 El recurso slothbot no soporta los vehiculos. Link to comment
Plate Posted April 27, 2012 Author Share Posted April 27, 2012 que resoruce entonces solid o que otra cosa puedo hacer o aunqusea de decirme que tengo que hacer para que no ataque a los de ese team (SWAT) Link to comment
Castillo Posted April 27, 2012 Share Posted April 27, 2012 Vos creaste el team despues de crear el bot. function Destroyer ( ) local SWAT = createTeam ( "SWAT", 255, 0, 0 ) slothbot = exports [ "slothbot" ]:spawnBot ( 325.60107421875, 1917.4279785156, 26.560228347778, 90, 285, 0, 0, SWAT, 31, hunting, true ) exports.extrahealth:setElementExtraHealth ( slothbot, 10000 ) outputChatBox ( "Jefe Umbrella:Emviando SWATS" ) outputChatBox ( "SWAt1:confirmado señor" ) outputChatBox ( "Jefe Umbrella:SWAT 1 quiero a toda su tropa lista los recojera un 2 helicopteros en el area 69" ) outputChatBox ( "Swat1:entendido" ) outputChatBox ( "Jefe Umbrella:su mision es anikillar al projecto nemesis" ) end addEventHandler ( "onResourceStart",resourceRoot, Destroyer ) Link to comment
Plate Posted April 27, 2012 Author Share Posted April 27, 2012 sigue sin andar tendria que agregar esto en el archivo meta ? Link to comment
Plate Posted April 27, 2012 Author Share Posted April 27, 2012 de alguna otra manera no podria hacer que suban a algo aunquesea no adentro arriba o si tiene skin entremedio por que los slthbots estan perfectos atacan zombies todo lo que se cruse yo necesitaria que no ataquen a el team swats o aunquese a los players Link to comment
Recommended Posts