3D text

hi everybody
i have an question about 3D text

i have sheriff job in redm and i have one problem

Citizen.CreateThread(function()
    Citizen.Wait(1)
    while true do
    Citizen.Wait(1)
            if not onduty then
            local ped = GetPlayerPed(source)
            local coord = GetEntityCoords(ped)
            DrawText3D(coord,"~q~[~o~Sheriff~q~]  ")
           end
    end
end)

in here i set if sheriff onduty = true then draw a text over his head
i have problem here this text are just show for the person and other can’t see that what should i do ?
pls help me

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