Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -65594,8 +65594,8 @@
"build": "1207"
},
"0x88A5564B19C15391": {
"name": "_0x88A5564B19C15391",
"comment": "",
"name": "_IS_ANIMAL_SKINNED",
"comment": "Has the animal been skinned",
"params": [
{
"type": "Ped",
Expand Down Expand Up @@ -123101,15 +123101,15 @@
"build": "1207"
},
"0xEC97101A8F311282": {
"name": "_0xEC97101A8F311282",
"comment": "",
"name": "_GET_AMMO_RECOMMENDED_TYPE_FOR_WEAPON",
"comment": "Technically returns the first type specified for a weapon, Example: local ammoType = _GET_AMMO_RECOMMENDED_TYPE_FOR_WEAPON(joaat('WEAPON_REVOLVER_CATTLEMAN')) -- AmmoType: AMMO_REVOLVER",
"params": [
{
"type": "Any",
"name": "p0"
"type": "Hash",
"name": "weaponHash"
}
],
"return_type": "Any",
"return_type": "Hash",
"build": "1207"
},
"0x7E7B19A4355FEE13": {
Expand Down
Loading