Jump to content

me podrian ayudar a crear un ped con sangre extra


TUMADRE||

Recommended Posts

Posted

hola amigos soy nuevo en esto del mta y estoy creando un servidor zombie y le quiero poner un jefe zombie que aparezca en un tiempo determinado si me podrían ayudar se los agrade seria mucho y perdonen mi ignorancia

  • 2 weeks later...
Posted

Tengo experiencia en el scripting y todo lo que conlleva pero nose como usar ese scrip :/ pueden ayudarme ?

Admin and Owner of the Pro Chile Community :3

Posted

Para usarlo con un boss digamos que lo creas asi:

function crearBoss() 
BOSS = exports.zombies:createZombie ( x, y, z, rot, skin, interior, dimension )--por supuesto el resource "zombies" debe estar iniciado 
--entonces haces esto: 
exports.extrahealth:setElementExtraHealth(BOSS,100000)--el resource "extrahealth" debe haber iniciado 

Despues usas el evento detonante que prefieras o activas la funcion con algun comando, pero claro, todo server-side ya que las funciones son del lado del servidor

Posted

Se te olvido terminar la funcion.

function crearBoss() 
BOSS = exports.zombies:createZombie ( x, y, z, rot, skin, interior, dimension )--por supuesto el resource "zombies" debe estar iniciado 
--entonces haces esto: 
exports.extrahealth:setElementExtraHealth(BOSS,100000)--el resource "extrahealth" debe haber iniciado 
end 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
Se te olvido terminar la funcion.
function crearBoss() 
BOSS = exports.zombies:createZombie ( x, y, z, rot, skin, interior, dimension )--por supuesto el resource "zombies" debe estar iniciado 
--entonces haces esto: 
exports.extrahealth:setElementExtraHealth(BOSS,100000)--el resource "extrahealth" debe haber iniciado 
end 

Me podes corregir? No entiendo a que te referis con que termine la funcion

Posted

Al final de la funcion debes poner "end" para terminarla.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

  • Recently Browsing   0 members

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