Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisNewmanDev authored Apr 29, 2024
1 parent e603cd4 commit bed7ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ end)
Citizen.CreateThread(function()
local OpenRadioBind = Config.keyBind.useRadio
if IsControlPressed(1, keybindControls[OpenRadioBind]) then
TriggerClientEvent('qb-radio:use')
TriggerEvent('qb-radio:use')
end
end)

Expand Down

0 comments on commit bed7ff6

Please sign in to comment.