Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to rebind to other keybind #56

Open
Samueel991 opened this issue Aug 11, 2021 · 2 comments
Open

How to rebind to other keybind #56

Samueel991 opened this issue Aug 11, 2021 · 2 comments

Comments

@Samueel991
Copy link

I am new in developing, so i prefer to ask. How can i rebind / change keybind from F9 to Del (delete)? anybody can help me?

@ZoenTP
Copy link

ZoenTP commented Nov 11, 2021

Hola aun no lo descubres ? estoy con el mismo dilema

@trclassic92
Copy link

Citizen.CreateThread(function()
while true do
Citizen.Wait(0)

	if IsControlJustReleased(0, 303) and IsInputDisabled(0) then
		isScoreboardActive = true
		SetNuiFocus(true, true)
		SendNUIMessage({action = 'enable'})
		Citizen.Wait(1000)
	end
end

end)

Change if IsControlJustReleased (0, (keybind))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants