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

fix: remove id command #46

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ RegisterNetEvent('tackle:server:TacklePlayer', function(playerId)
TriggerClientEvent('tackle:client:GetTackled', playerId)
end)

lib.addCommand('id', {
help = 'Check Your ID #',
}, function(source)
TriggerClientEvent('QBCore:Notify', source, 'ID: '..source)
end)

Comment on lines -5 to -10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this have to do with qbx_socreboard?

Copy link
Member Author

@mafewtm mafewtm Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figured I'd put it in the scoreboard where you see your ID when you press HOME anyway instead of just leaving it in smallresources. If you know a better place to put it, we can move it.

exports.qbx_core:CreateUseableItem('harness', function(source, item)
TriggerClientEvent('seatbelt:client:UseHarness', source, item)
end)
Expand Down
Loading