ed
This commit is contained in:
parent
ad8fdbd162
commit
04dadc2d96
7 changed files with 12 additions and 12 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