Preview Video
Introduction:
Welcome to Ata Pet, the ultimate pet management resource for your FiveM server! Whether you’re using ESX or QB, Ata Pet offers seamless integration and a range of features to enhance roleplay and interaction with pets. Engage with your furry friends like never before!
Features:
- Dynamic Pet Interaction: Buy, call, and manage your pets with intuitive in-game menus.
- Persistent Pet States: Pets remember their last state, whether they are following you, staying put, or in a vehicle.
- Customizable Pet Options: Wide range of pets to choose from, each with unique animations and behaviors.
Screen Shots :
Config:
Config.lua
Config = {}
Config.Mysql = "oxmysql" -- you can use any Database scripts etc. (ghmattimysql,oxmysql,mysql-async)
Config.PetBlipName = "Your Pet"
Config.StartLocation = {
pedcoords = vector4(267.10949707031, -638.38604736328, 41.020324707031, 66.613723754883),
pedModel = "a_m_y_business_01",
markercoord = vector3(266.44372558594, -638.14538574219, 41.020324707031),
markerConfig = {
Type = 1,
rgb = { r = 255, g = 255, b = 0 },
},
blip = {
color = 5,
name = "Pet Shop",
scale = 1.0,
sprite = 442,
},
}
Config.Local = {
["just_in_vehicle"] = "You must be in the car to do this",
["away_pet"] = "You must be close to your pet",
["BuyPet"] = "Congratulations, you bought a new pet",
["not_enough_money"] = "insufficient money",
["open_pet"] = "Press ~INPUT_PICKUP~ to access the ~y~Pet Shop ",
}
Config.Keys = {
["1"] = {
Text = "Stay",
Action = "ataPet:stay",
},
["2"] = {
Text = "Follow",
Action = "ataPet:follow",
},
["3"] = {
Text = "Get / Out Vehicle",
Action = "ataPet:getVehicle",
},
["4"] = {
Text = "Go Home",
Action = "ataPet:deletePet",
},
["9"] = {
Text = "Exit",
Action = "ataPet:exitAction",
},
}
function Notification(msg)
ESX.ShowNotification(msg)
end
function helptext(str)
SetTextComponentFormat("STRING")
AddTextComponentString(str)
DisplayHelpTextFromStringLabel(0, 0, 1, -1)
end
Support:
For bug reports, feature requests, or any support queries, please respond to this thread or contact me directly.
Download:
Escrow Version ESX / QB : Buy
Open Source Version ESX / QB : Buy
Code is accessible | Partially |
Subscription-based | No |
Lines (approximately) | ~1000 |
Requirements | es_extended/qb-core |
Support | Yes |