Certain blips wont show up

in my server log it says no such command blips i had it working before now it dosent

AFAIK, this is the best way to set a blip
local blip = AddBlipForCoord(vector3)

        SetBlipSprite (blip, BlipTypeID)

        SetBlipScale  (blip, Size)

        SetBlipColour (blip, rgb)

        SetBlipAsShortRange(blip, true)

        BeginTextCommandSetBlipName('STRING')
        AddTextComponentSubstringPlayerName("yourblipname")
        EndTextCommandSetBlipName(blip)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.