Hello,
I’m looking for a script to remove the crosshairs.
Hello,
I’m looking for a script to remove the crosshairs.
It’s called NoRectile
but its laggin server
Lagging the server? Could you elaborate?
its not optimized, check resmon 1
This works the best - never heard of it causing latency issues.
Yeah it shouldn’t be lagging.
Hello bro i send my code for delete reticule
Simple but effective
Sorry for my english im french and i not speak english
Citizen.CreateThread( function()
while true do
if GetSelectedPedWeapon(GetPlayerPed(-1)) == GetHashKey(“WEAPON_SNIPERRIFLE”) or GetSelectedPedWeapon(GetPlayerPed(-1)) == GetHashKey(“WEAPON_HEAVYSNIPER”) or GetSelectedPedWeapon(GetPlayerPed(-1)) == GetHashKey(“WEAPON_MARKSMANRIFLE”) or GetSelectedPedWeapon(GetPlayerPed(-1)) == GetHashKey(“WEAPON_HEAVYSNIPER_MK2”) then
–HideHudComponentThisFrame(14) – No for sniper
else
HideHudComponentThisFrame(14) – Reticule
end
Wait(0)
end
end)
that looks like a 3rd party crosshair added by a resource.
But I didnt add anything bro thats the wierd part
you have (probably) more than 1 user interface mod installed. go thru each resource and check to see what it does, if you don’t know what it does, get rid of it.
No i found out if I comment the file es_mapper the crosshair is gone…but if i leave it commented what could happend to the server?
what do you mean “es_mapper” is it a resource or apart of a file? what is it? i’ve never heard of it.
where would this need to be placed?