Search results

  1. 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...
  2. 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