Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 550 Bytes

Pets-System-Fivem

Pets System Fivem Events That You Can Use From Your Inventory Items/Menus
TriggerClientEvent("togglePetUI") - Toggles the text that shows the hunger/thirst
TriggerClientEvent("togglePet",type) - Toggles the dog, the types can be "Rottwieler","Huskey","German Shepard","Golden Retriever"
TriggerClientEvent("feedPet",true,10) - This feeds the dog, the boolean is true if food, false if water, the number is the amount
TriggerClientEvent("healPet",10) - This heals the dog if they have taken damage from malnourishment.