Jump to content

Soren

Members
  • Posts

    581
  • Joined

  • Last visited

Everything posted by Soren

  1. Aqui no hacemos scripts, te ayudamos a solucionar tus problemas
  2. This resolved the random position thingy. But i still cant respawn the slothbot
  3. Awesome! Like i said before you are like the Da' Vinci of guis
  4. bump
  5. 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
  6. Bump
  7. 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!
  8. Tested it, it works perfect! Good Job!
  9. Soren

    Ayuda Slothbot!

    En tonces que uso?
  10. 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
  11. Primero dinos de donde lo sacaste, para asegurarnos que no sea robado y te ayudaremos
  12. 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
  13. Intenta cambiar el archivo .wav a .mp3
  14. Hhahahahahahhahahahahahhahahahahhahahahahahhahahaahahha
  15. No sirve por que necesita un complemento
  16. Nada
  17. 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)
  18. 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
  19. Soren

    [REL] TCT

    Fuckin Awesome! Just like G-Mod!
  20. GJ! I lol'd with the first draw
  21. /say hola a todos?
  22. 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?
  23. Mil gracias aunque ya sabia hacer ;D
  24. 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
×
×
  • Create New...