question

  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...
Top