Jump to content

Soren

Members
  • Posts

    581
  • Joined

  • Last visited

Everything posted by Soren

  1. Muevan esto a la seccion de scripting. Si se puede, tienes que gregar algo en el zombie_server.lua para que tengan armas
  2. Hola a todos, tengo una duda. Se pueden remplazar los efectos como de la sangre y eso por que encontra unos muy reales y se los quiero poner al server. Alguna forma?
  3. Soren

    Scriot Stealers

    Yes i just saw that post too Any moderator put a poll up to make Majdy get banned
  4. Soren

    Scriot Stealers

    He tried to host OP server to get them scripts, he also scammed RedBull clan
  5. hahahahahah buenisimo lo usare pero con un bind key
  6. Soren

    Scriot Stealers

    Totally agree
  7. solo una cosa ElMota, no es por ser agresivo pero lo hare agresivo. Carajo deja de usar thePlayer como definido! usa localPlayer o source
  8. Sigue sin server D:, Solid me puedes ayudar?
  9. Gracias **. ME quieres ayudar y necesito que alguien me haga unas texturas para los modelos de la arena por que como son de diferente intensidad se ve raro asi que quiero poner una textura = para toda la arena
  10. Soren

    Scriot Stealers

    Hi all, i made this topic because there is some people called script stealers they just got me mad they stole your work. Some thing you putt effort in. I will give you a example of script stealer: Majdy. This guy offer free hosting to guys with good proyects and good scripts, why?, he wantes his scipts. He made me that with my gamemode "Aliens vs Humans" it was never finished cause he stole my scripts and told me the server was offline. What an idiot. I think all scipt stealers shoulb be punished.
  11. +999999 PD: Cuando me ayudaran a mappear ?
  12. Si me da el gui hecho, y el texto que quiera yo se lo scripteo
  13. Funciono perfecto!! eres todo un genio!! solo hace falta lograr arreglar lo dde los respawns de los slothbots
  14. Uh, otra cosa que vi es que cuando los mate a todos no respawnearon, algun fix para eso tambien? Gracias por toda su ayuda
  15. Se me olvido comenzar el recurso de slothbot , ya sirve pero los veo en fila dandose golpes unos a otros algun fix para eso?
  16. Client: addEventHandler("onClientResourceStart",root, function() triggerServerEvent("onSpawnSlothBot",localPlayer) -- ahi el source es el localPlayer end ) Server: function onSpawnSlothBot() local x, y, z = getElementPosition (source) local rot = 0 local int = getElementInterior(source) local dim = getElementDimension(source) local weapon = 0 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, nil, weapon) end end addEvent("onSpawnSlothBot",true) addEventHandler("onSpawnSlothBot",getRootElement(),onSpawnSlothBot) <meta> <info author="iSoRen" name="Zday script" version="3.0.1" type="script" description="Zombie Infestation script" /> <script src="server.lua" type="server" /> <script src="client.lua" type="client" /> </meta>
  17. Te refieres al de Alex o al tuyo?
  18. No sirve, me da lo mismo, creo que es export y no call
  19. http://www.upload.ee/image/2235340/mta-screen_2012-04-06_18-07-40.png
  20. Que puedo usar en vez de thePlayer?
  21. [2012-04-06 17:32:32] Starting di_zombies [2012-04-06 17:32:32] WARNING: di_zombies\server.lua:2: Bad 'element' pointer @ 'getElementPosition'(1) [2012-04-06 17:32:32] WARNING: di_zombies\server.lua:4: Bad 'element' pointer @ 'getElementInterior'(1) [2012-04-06 17:32:32] WARNING: di_zombies\server.lua:5: Bad 'element' pointer @ 'getElementDimension'(1) [2012-04-06 17:32:32] ERROR: di_zombies\server.lua:9: attempt to perform arithmetic on local 'x' (a boolean value) [2012-04-06 17:32:32] start: Resource 'di_zombies' started function spawnSlothBot(thePlayer, cmd) local x, y, z = getElementPosition (thePlayer) local rot = 0 local int = getElementInterior(thePlayer) local dim = getElementDimension(thePlayer) local weapon = tonumber(weapon) or 0 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, nil, weapon) end end addEventHandler("onResourceStart",getRootElement(),spawnSlothBot)
×
×
  • Create New...