Jump to content

Search the Community

Showing results for tags 'zombies'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

  1. Balkan DayZ[EUROPE]|ACIVE ADMINS|ISLANDS|fb.com/mtabalkandayz[ENGLISH] SERVER STATUS : ONLINE SERVER IP : mtasa://144.76.68.79:22513 Everybody is wellcome! Features: Clothing System English Apocalypse Map Group System Zombie System VIP System Radar at A51 Islands BASES & FREE BASES FOR 5 MEMBERS NO LAG Staffs: Admin: BlueBoy INFO: Fb Page:fb.com/mtabalkandayz Owner's Skype: armin.gerina1 _________________________________________________________________________________________________________________________________________________________________________
  2. [Alright, first of all: I just joined the Forums, so if i do anything wrong, just tell me.] Ok, so i got a problem, it's about an event i want to trigger on a certain amount of zombie's, or on a certain timer, that's all fine and such.. But, i want to merge some event's into a resource called "zombies", like the 'onZombieWasted' event, but then for a seperated Event, What i mean with that is i want to have a new 'onNemesisWasted' event working together with the 'onZombieWasted', but they need to sync up with the (if possible exported) createZombie function from the "zombies" resource. And i am aiming to make it to a elementData trigger, that i locally created as for example: local Nemesis = export.zombies:createZombie(etc,etc..), So when i check for that element's data on the name 'Nemesis' by existence (as in: if ( isElement ( Nemesis ) ) then) and in combination on the 'onNemesisWasted'- event to check if that export of createZombie (ped works aswel) is dead or not, after all of that if the createZombie (ped) is actually dead, then i wan't it to trigger the reward system together with the other piece's of code. To clear out this idea and problem, i also recorded the ZTown Nemesis Event Script and also post the 2 main scripts that hold me from finishing the Nemesis: The Video of me, quickly explaining what, how, and showing the problem: "youtube" And the 2 script's, there both Server-Side, The Nemesis.lua is changed to test it's functionality and quick testing, but feel free to change the code and re-post it here to function with 'onNemesisWasted' additions!.. the first setTimer(function() is there to prevent complication problems from other zombie resource's and scripts, just delaying it for better run's. Also, the second setTimer(function() is just to delay it's Blip creation and Attaching to prevent the Blip not being attached to the createZombie named nemesis. Nemesis.lua (start/event): function nemesisON() setTimer(function() if ( not isElement ( Nemesis ) ) then local nemesis = exports.zombies:createZombie ( 2343, 57, 26.5, 90, 38, 0, 0, nemesis, 0, "hunting", true ) setPedHeadless(nemesis, true) exports.extrahealth:setElementExtraHealth ( nemesis, 150 ) setElementData ( nemesis, "nemesis", true ) setTimer(function() myBlip = createBlipAttachedTo ( nemesis, 23 ) outputChatBox ('#FFFFFF[#7CFC00ZTown#FFFFFF]: #00BFFF A #00FFFFNemesis #00BFFFHas been spawned inside ZTown! #FFFFFF(#7CFC00Nemesis Boss Event#FFFFFF)', root, 255, 255, 255, true) triggerClientEvent(root, "event", root, "start") end,2500,1) end end,2500,1) end addEventHandler ( "onResourceStart", getRootElement(), nemesisON) monemesi.lua (check/reward): addEvent ( "onNemesisWasted", true ) addEventHandler ( "onNemesisWasted", root, function ( killer ) if ( isElement ( Nemesis ) ) then givePlayerMoney(killer,math.random(5000,25000)) killer = getPlayerName(killer) destroyElement ( myBlip ) outputChatBox ('#FFFFFF[#7CFC00ZTown#FFFFFF]: #00BFFF The #00FFFFNemesis #00BFFFHas been killed! #FFFFFF(#7CFC00Nemesis-Boss Event#FFFFFF)', root, 255, 255, 255, true) triggerClientEvent(root, "event", root, "stop") end end ) I hope sombady could find a way to make this function correctly, because i have try'ed loads of ways, and the way to use slothbot together with zombies resource... nahh, won't work, they wil keep fighting together like d*cks. EDIT: if ( isElement ( Nemesis ) ) = nemesis, i already changed that, but right after i posted it, derp.. Gr.xboxxxxd
  3. Hola a todos, hoy les traigo el vistazo de un servidor de Zombies, el cuál podrán jugar, sigue la temática de un juego de ROL pero ambientado en un apocalipsis, que esperas para unirte? IP del servidor: 74.91.112.57:22003
  4. ✦ ›› Infecção Zumbi ‹‹ ✦ Sejam bem vindos a apresentação do maior servidor Brasileiro de Zumbis! ██████████████████████████████ Trabalhos ████████████████████████████ ████████████████████ Veículos Internacionais ██████████████████████ ████████████████ PvP ████████████████ ████ Zumbis ████ ███ Bosses ███ ████ Ranks █████ ███ Clãns ███ ███ Casas ███ ███ EXP e LVL ███ VIP E MUITO MAIS! Estatisticas: IP SERVER: mtasa:///198.100.158.105:22003 FÓRUM: http://infeczumbi.hol.es/ COMUNIDADE: https://www.facebook.com/infeczumbi CONTATO: [email protected]
  5. So hello. I started up my new server on Dayz i have mod & register/login + admin panel and global chat. But i dont know where to find models for zombies (since i have normal skins from GTA:SA) and how to change them, can you link me and tell me where to replace it? please? :))) + if you can link me even for cars (and i need to spawn somehow cars, like so people can repair it there is no car) and some script for like when i have the name i want before name some title like [VIP]USERNAME + i need some instructions for it. THANKS.
  6. So hello. I started up my new server on Dayz i have mod & register/login + admin panel and global chat. But i dont know where to find models for zombies (since i have normal skins from GTA:SA) and how to change them, can you link me and tell me where to replace it? please? :))) + if you can link me even for cars and some script for like when i have the name i want before name some title like [VIP]USERNAME + i need some instructions for it. THANKS.
  7. Bio MTA Zombies/Bandos/Economia/Guerras/etc Hace unos meses puse un post acerca de un proyecto con este mismo nombre hay algunas cosas que logre y otras que se descarto asi que la presentacion de este servidor sera diferente... Bio MTA es el sucesor de los proyectos muertos > ZEI (Zombie Extreme Infeccion) - (Frontera Z) - Bio MTA (2015) Este servidor es una combinacion entre guerra de bandos y economia; ademas de un toque de zombies. La ciudad madre que fue una vez Los Santos ahora esta en ruinas y dominada por un bando desconocido. Desde entonces despues de la catastrofe se crearon 2 bandos llamados Policias y Rebeldes los Civiles son lo importante para cada bando ya que sin ellos su economia y poder seran destruidos por el otro. Al entrar al servidor solo podras registrarte con 1 cuenta (para evitar multicuentas) ademas se te pedira un correo para poder recuperar tu cuenta o solicitar borrarla. Una vez registrado iniciaras en el pasado en la epoca donde todo ocurrio, despues de sobrevivir logras espacar y asi seleccionar un bando al cual debes formar. Bandos: Policias> Son un bando con base a las leyes y el orden mismo, despues de la catastrofe en LS su nuevo hogar es SF y luchan por la paz y el orden segun las leyes del mundo.... Rebeldes> El bando en el cual los sobrevivientes a la catastrofe lograron tomar LV y ahora es su nueva ciudad, es un bando determinante y inteligente. Nunca se amistaran con los Policias debido a lo que hicieron en la catastrofe... Sistema de economia y trabajos por bandos > En el juego al existir 2 bandos existe trabajos iguales en el cual se vera muy afectado debido al sistema de economia: La economia es indiscutible para cada bando ya que si no tiene poder, no tendra dinero - comida - etc. Entre SF y LV existe un total de 50 territorios al cual deben tomar cada bando si es que desea mayor paga en los trabajos civiles. Trabajos: Repartidor > Un repartidor debe transportar comida/medicinas/ropa a la ciudad de su bando Agricultor> Un agricultor debe cosechar en las granjas para poder ganar dinero y potenciadores Buceador> Los barcos de cada bando fueron eliminados por el bando contrario y su labor es buscar y ayudar en la labor pesquera de la ciudad Clanes: Los bandos no son todo familia sino son grupos unidos por una causa comun... Cada clan podra tener una base y autos propios si es que cumple los requisitos minimos... Otras cosas: *Sistema de autos *Un bando secreto... *Secretos que se colocaran a lo largo de las actualizaciones *Una lista de efectos/sonidos que en un futuro seran utiles (musica y otros sonidos extraidos de otros juegos) *Futuros eventos PvsR *Evento del Boss *Zombies en LS y el mapeado post-catastrofe *Sistema de oxigeno > Para futuros trabajos/eventos *Actualizaciones por cada mes o semana para agregar nuevo contenido y nuevos arreglos *Y mucho mas para el futuro... Ip > Play.biogames.com.ar:22003 / 192.95.48.89:22003 Apertura > 10/09/2016
×
×
  • Create New...