Jump to content

Una Ayudita con esto


Plate

Recommended Posts

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 :D

Edited by Guest
Link to comment

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...