Recent content by bjornwel

  1. B

    [CLOSED][CLEO] Accepting request

    What are 005A etc. Are there any yutorials
  2. B

    [Question] Autowalk

    Alright seems like I need to learn C++ or cleo then ^^ I remember going on russian sites to learn about LUA hacking
  3. B

    [Question] Autowalk

    Atm I was trying to fix my player finder beacon, now it just shows the beacon everytime u do a /cmd. But I want it to update every 2 seconds. But I try to make a loop of it I get a weird error and cant fix it. http://ugbase.eu/index.php?threads/lua-what-is-this-error.21139/ Now ontopic: I...
  4. B

    [Lua] What is this error.

    Nobody? This was with the wait(2000) inside the function btw. Forgot to mention in the code.
  5. B

    [Lua] What is this error.

    function marker(posX,posY,posZ) wait(2000) removeBlip(checkpoint) checkpoint = addBlipForCoord(posX,posY,posZ) changeBlipColour(checkpoint, 4) setCoordBlipAppearance(checkpoint, 1) end I'm trying to put this function to a loop so it updates on the...
  6. B

    [Question] Autowalk

    why short link
  7. B

    [Question] Autowalk

    Hii' wonder if its possible to make my player walk from position to position [ to automate a job ] . Theres objects inbetween. P.S I've worked with .lua scripts and moonloader in the past.
Top