1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-27 23:26:21 +02:00
parent aca2e75b3b
commit 2e1498dd79
9 changed files with 5 additions and 5 deletions

View file

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