Jump to content

Siertown

Members
  • Posts

    7
  • Joined

  • Last visited

Details

  • Gang
    |Mc2|

Siertown's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Hola resulta que edite la imagen del gamemode race el traveling.png pero sale la imagen original no la que yo edite , que tenog que hacer?
  2. Siertown

    Ayuda

    -- Aquí creamos la función que llama el manejador, con los argumentos "elJugador", "nombreDelComando", "modeloDeVehiculo": function crearVehículoParaJugador(elJugador, nombreDelComando, modeloDeVehículo) -- Crear el vehículo y otros. end -- Aquí creamos el manejador de comandos: addCommandHandler("crearvehiculo", crearVehículoParaJugador) Deberia quedar asi??? o se deve editar?
  3. Siertown

    Ayuda

    Hola quiero aprender a scriptear alguien me puede enseñar porfavor esque no entiendo mucho ingles y quiero crear scripts como poner un comando y que salga un auto al lado Quiero empezar con scripts simples. Gracias, Agregenme ami msn y ablamos [email protected]
  4. hmm.. yes but as it should be so that when a player is close to the object is moving about
  5. Hi, I want to ensure that when a player I passed this object move that I'm missing here?. -- DDC OMG generated script, PLACE IT SERVER-SIDE function omg_movement() Columbigate = createObject(975, 2464.798828125, -1660.2626953125, 13.972749710083, 0, 0, 90) omgMoveColumbigate(1) end function omgMoveColumbigate(point) if point == 1 then moveObject(Columbigate, 5000, 2464.6494140625, -1658.8291015625, 18.153991699219, 0, 0, 0) setTimer(omgMoveColumbigate, 5000, 1, 2) elseif point == 2 then moveObject(Columbigate, 5000, 2464.798828125, -1660.2626953125, 13.972749710083, 0, 0, 0) setTimer(omgMoveColumbigate, 5000, 1, 1) end end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), omg_movement)
  6. Hola Tengo una Pregunta : Hay Alguna Forma de desactivar la Minigun del Hunter?? y tambien el blur?? Gracias
×
×
  • Create New...