Plate Posted April 29, 2012 Share Posted April 29, 2012 function Destroyer () slothbot = exports["slothbot"]:spawnBot( 1086.6645507813, 1076.1888427734, 10.838157653809, 90, 300, 0, 0, Umbrella, 38, hunting, true ) exports.extrahealth:setElementExtraHealth(slothbot,10000000) outputChatBox("Jefe Umbrella:¿Como va la situacion de Raccon City?") outputChatBox("Empleada:muy mal señor") outputChatBox("Jefe Umbrella:Activen el projecto Nemesis") outputChatBox("Empleada:Activando projecto Nemesis") outputChatBox("Empleada:Projecto Nemesis activado") end addCommandHandler("spawnbot",Destroyer) tengo un re problema es que el bot mata a uno solo y deja de matar a la gente Link to comment
Castillo Posted April 29, 2012 Share Posted April 29, 2012 function Destroyer ( ) slothbot = exports [ "slothbot" ]:spawnBot ( 1086.6645507813, 1076.1888427734, 10.838157653809, 90, 300, 0, 0, Umbrella, 38, "hunting" ) exports.extrahealth:setElementExtraHealth ( slothbot, 10000000 ) outputChatBox ( "Jefe Umbrella:¿Como va la situacion de Raccon City?" ) outputChatBox ( "Empleada:muy mal señor" ) outputChatBox ( "Jefe Umbrella:Activen el projecto Nemesis" ) outputChatBox ( "Empleada:Activando projecto Nemesis" ) outputChatBox ( "Empleada:Projecto Nemesis activado" ) end addCommandHandler ( "spawnbot", Destroyer ) Link to comment
Recommended Posts