ed
This commit is contained in:
parent
2fd4906414
commit
9d4f625a84
962 changed files with 36 additions and 36 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