This commit is contained in:
Nordi98 2025-07-14 22:58:10 +02:00
parent cc98b55498
commit 1f0be22e69
8 changed files with 432 additions and 567 deletions

View file

@ -1,6 +0,0 @@
RegisterCommand("getweaponhash", function()
local playerPed = GetPlayerPed(-1)
local hasWeapon,pedWeapon = GetCurrentPedWeapon(playerPed)
print("Weapon Hash: " ..pedWeapon)
end)