Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Well, then let's talk about realistic time dedicated to this by month. I would offer you an hour of work per month for that amount of money per month.
  2. Well, if you can say me on the forums how much you are willing to pay I could enter to the discord if I'm interested.
  3. Video de Rainbow Six Siege subido!
  4. Hola Mundo! Soy Simple01, y les deseo avisar de que tengo un canal de youtube en el que publicare tutoriales de Lua y C, y gameplays respectivamente. Si estan interesados, aqui les dejo el primer tutorial de lua.
  5. The server is a serious roleplay not a RPG, so take declined as the answer for your app. Good luck next time! Your application has been checked and you don't have the skills our community is looking for. Maybe next time, don't give up!
  6. I haven't thought I would say this sometime, but I'd be really excited to have you as a staff member!
  7. Para evitar dicho robo, puedes activar la opción no-cache en el meta.xml al definir un archivo. Y me parece si pones enlances directos si es posible.
  8. Simple0x47

    How remove

    https://wiki.multitheftauto.com/wiki/RemoveWorldModel
  9. La cosa es que te falta un end. local veh = getPedOccupiedVehicle(localPlayer) speedx, speedy, speedz = getElementVelocity ( veh ) actualspeed = (speedx^2 + speedy^2 + speedz^2)^(0.5) kmh = actualspeed * 180 function Inicio (element) if element == localPlayer then if (kmh) <= 20 then --Si es menor o igual a 20Km/h if veh then setElementFrozen ( veh, true ) --freez if timer then killTimer(timer) timer = nil end timer = setTimer(SiguienteMarker, 3000, 1) --Que freeze, espere 3 segundos y siga el otro marker end end end end
  10. La pregunta del millón. ¿Pagado o gratis?
  11. Well it seems you didnt understand that MTA made his own functions in order to render RenderWare's particles, mashes, textures, animations.
  12. Well it seems there's almost no interest about checking out for non-complete words.
  13. El command es como si llamara la funcion de esta manera: theFunction( elJugador, elComando, argumento1, argumento2, ... ) Si tu defines la funcion para que solo escuche del primer parametro, no habra ningun error. Los parametros pueden ser almacenados en la variable que te de la gana, no tiene que ser thePlayer, tambien puede ser eljugador, o jugador o lo que tu quieras mientras no empiece con un numero.
  14. thePlayer es una variable que siempre sera inicializada con el elemento del jugador que introdujo el cmd.
  15. Te metes al código de MTA, así seguro que o dejas la programación o te interesas mas en ella.
  16. Tenho um problema, players possa posts em sitio malo. :v
  17. Well, the title says DX, but it seems is not full DX. :v
  18. Gamemode-ul ii unu bazat in OWL. Server-ul o sa fie modificat pentru a ofera o experienta de roleplay placuta pentru jucatorii Romanii.
×
×
  • Create New...