• DarkRP Wanted HUD
    7 replies, posted
I cannot seem to find the code for the wanted HUD that appears on a player's screen when they are wanted. The one which says: "You are wanted by the police!" "Reason: blah blah"
Doesn't that draw it above the player's head?
https://github.com/FPtje/DarkRP/blob/master/gamemode/modules/police/sv_init.lua#L49
Thanks man, if its not to much to ask, how would I turn that into something clientside, so i can draw it on the players screen as in a box and so on.
Oh, sorry, I think I am being dumb, yeah I just want to draw on the player's screen when they are wanted.
Then you'll use this ( https://wiki.darkrp.com/index.php/Functions/Player/Shared/isWanted ) and on drawing the HUD check to see if they're wanted. If so then draw whatever you want.
Sorry, you need to Log In to post a reply to this thread.