Hello friends;
How can I hide the point of firing and not display it?

i used PvP script:

-- CLIENTSIDED --

Citizen.CreateThread(function()
	while true do
		Citizen.Wait(0)
		SetCanAttackFriendly(GetPlayerPed(-1), true, false)
		NetworkSetFriendlyFireOption(true)
	end
end)

The crosshair? Is that what you’re wanting to disable?

Yes.
Crosshair-512
how hide or disable?
Because when the player intends to shoot, the opposing player will understand. But when this point is hidden, the game will be closer to real life.

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