-
Posts
581 -
Joined
-
Last visited
Everything posted by Soren
-
Aqui no hacemos scripts, te ayudamos a solucionar tus problemas
-
This resolved the random position thingy. But i still cant respawn the slothbot
-
Awesome! Like i said before you are like the Da' Vinci of guis
-
local teamZombie = createTeam("Zombies") function onSpawnSlothBot() local x, y, z = getElementPosition (source) local rot = 0 local int = getElementInterior(source) local dim = getElementDimension(source) local weapon = 0 setTeamFriendlyFire(teamZombie,false) local skin = math.random(math.floor(21,23)) -- Entre 21 y 23 el skin for i = 1,10 do call ( getResourceFromName ( "slothbot" ), "spawnBot", x+i, y+i, z, rot, skin, int, dim, teamZombie, weapon) end end addEvent("onSpawnSlothBot",true) addEventHandler("onSpawnSlothBot",getRootElement(),onSpawnSlothBot) function onBotWasted(attacker,weapon,bodypart) local x,y,z = getElementPosition(attacker) local rot = 0 local int = getElementInterior(attacker) local dim = getElementDimension(attacker) local weapon = 0 local skin = math.random(math.floor(21,23)) call ( getResourceFromName ( "slothbot" ), "spawnBot", x+i, y+i, z, rot, skin, int, dim, teamZombie, weapon) end addEvent("onBotWasted",true) addEventHandler("onBotWasted",getRootElement(),onBotWasted) I have this . i got some problems. Dont span at random places (span in a line) and still dont respawn
-
Hi all, im working on my server but i got a little problem. I want to make slothbots spawn around you but sometimes they got underground and i hate that, i also wanted to make that when you kill a slothbot 1 min after a slothbots spawn replaicing him. Pls i need help!
-
Tested it, it works perfect! Good Job!
-
Hola a todos, sigo aprendiendo como usar el slothbot. Y quise hacer 3 slothbots persiguiendote. Pero cuando mates 1 salga otro remplasando su lugar. Quiero que los slothbots aparescan en un lugar random alrededor de ti. Tambien quiero saber como hacer zonas anti-slothbots
-
Primero dinos de donde lo sacaste, para asegurarnos que no sea robado y te ayudaremos
-
Encontre el objeto que buscabamos, y perdon por revivir un topic tan viejo, pero les quiero pedir permiso de subir este archivo a la communidad
-
Intenta cambiar el archivo .wav a .mp3
-
Hhahahahahahhahahahahahhahahahahhahahahahahhahahaahahha
-
No sirve por que necesita un complemento
-
Miren, estaba haciendo un ft. con mi amigo Punky! (si el de ffs) y necesitamos que se pueda ir en agua sin necesidad de tocar un marker. Osea apenas empieze el race seas totalmente capacitado para ir por el agua. Hice esto Pero no funciono ayudenme! function hovercars() setWorldSpecialPropertyEnabled ( "hovercars", true) addEventHandler("onClientResourceStart", getRootElement(), hovercars)
-
addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) serverlogo = guiCreateStaticImage ( 0.7250, 0.8203, 0.2750, 0.1797, "logo.png", true ) bindKey ( "F11","down", changeVisibility ) end ) function changeVisibility ( ) guiSetVisible ( serverlogo, ( not guiGetVisible ( serverlogo ) ) end onClientResourceStart = Hace que puedas iniciar un recurso sin server side.(se que lo explique medio mal pero no se ocmo explicarlo) serverlogo = Ahi esta creando una imagen, puedes usar local para crear una tabla con varias imagenes bindKey = Esta bindeadon una tecla que cuando la presiones se ponga invisible/visible end = Termina la funcion ) = Esa agregando el parentesis que falta al Event Handler guiSetVisible = para poner visible/invisible (depende de ocmo lo uses) la image
-
GJ! I lol'd with the first draw
-
/say hola a todos?
-
Perdon por el double post y el bump, pero, no encontre ninguna funcion que me ayude a ver is un objeto es destruido hay alguna manera?
-
Mil gracias aunque ya sabia hacer ;D
-
Hahahahahahahahahahahah me sacaste una risa, Si no se buscar ahora lo unico que me falta es crear las imagenes (flechitas) gracias Julian y Solid :3
