Hello,
As I said in the title I’m looking for the script/function to hide name, I would like to only display ID’s player, I imagine I have to do this in the ES_ADMIN ?
Regards,
Hello,
As I said in the title I’m looking for the script/function to hide name, I would like to only display ID’s player, I imagine I have to do this in the ES_ADMIN ?
Regards,
I posted this too early
There is an option in the Lambada menu that allows for the disabling of player heads. As for ID’s, you’d need to make that yourself.
Of course i disable the script on my server. If you start using menu on server RP…
I did that : It only display a point above the player, i would like to see the ID’s too, any idea?
Citizen.CreateThread(function()
while true do
Wait( 1 )
-- show blips
for id = 0, 64 do
if NetworkIsPlayerActive( id ) and GetPlayerPed( id ) ~= GetPlayerPed( -1 ) then
ped = GetPlayerPed( id )
blip = GetBlipFromEntity( ped )
-- HEAD DISPLAY STUFF --
-- Create head display (this is safe to be spammed)
headId = Citizen.InvokeNative( 0xBFEFE3321A3F5015, ped, ('·'), false, false, "", false )
end
end
end
end)
I’m already looking for help on this subject, if someone has any idea i would be happy
I’m already looking for help on this, I have both Point/Name and ID, don’t know why
anyone can help me ? ^^