You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: