Skip to content

Commit

Permalink
Changed style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarbatore authored Sep 20, 2024
1 parent 98acfdc commit cf98892
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
--[[
Example of usage:
## Example
```lua
TaskAnimalInteraction(ped, horsePed, joaat("Interaction_Brush"), joaat("p_brushHorse02x"), false)
repeat Wait(0) until HasAnimEventFired(ped, joaat("INTERACT"))
print("Horse has been brushed!")
```

List of actionHashes (These hashes must be used with their associated animation.):
]]
# List of anim events (these hashes must be used with their associated animation):
Anim Event |
-- |
1971901080
1488152799
830377326
Expand Down

0 comments on commit cf98892

Please sign in to comment.