Jump to content

[HELP]Marker over Head


Recommended Posts

Hello guys, i need help. I'm new in the development scene, i wanna know how i can do a marker over my head, when i'm in admin mode (if you are german, you can answer on german)

 

open the Spoiler :)

Spoiler

function AdminManager:giveAdminMode(player)
    if player:isAdmin(1) then
        if player:getData("aduty") == false then 
            player:setModel(260)
            player:sendNotification("Du bist nun im Admin-Duty", "success")
            player:setData("aduty", true)

        else
            player:setModel(player:getData("skinid"))
            player:sendNotification("Du bist nicht mehr im Admin-Duty", "error")
            player:setData("aduty", false)
        end
    end
end

 

How can i attach a marker over my head? 

 

Edited by AlexFreshTv
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...