forked from Simnation/Main
ed
This commit is contained in:
parent
aca2e75b3b
commit
2e1498dd79
9 changed files with 5 additions and 5 deletions
|
@ -0,0 +1,6 @@
|
|||
RegisterCommand("getweaponhash", function()
|
||||
local playerPed = GetPlayerPed(-1)
|
||||
local hasWeapon,pedWeapon = GetCurrentPedWeapon(playerPed)
|
||||
|
||||
print("Weapon Hash: " ..pedWeapon)
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue