πŸ”₯All scripts on our website are 50% off!πŸ”₯
Logo

Target System Configuration

If you use a target script other than qtarget you can specify it in line 53 of config.lua. Here you would change the export of the target script, for example for bt-target we would put the following:

Config.targetExport = "bt-target"

Using Keys Instead of Target

If you don't want to use target, you can use keys to perform the actions. To do this set the option on line 55 of config.lua to false and just below you can modify the assigned keys:

Config.useKeysInsteadTarget = false

More info about key codes: https://docs.fivem.net/docs/game-references/controls/

Available Actions

When using the target system (Qtarget/bt-target), the following actions will be available when interacting with your pet:

  • Caress: Pet your companion
  • Feed: Give food to your pet
  • Drink: Give water to your pet
  • Brush: Brush your pet
  • Sit: Command to sit
  • Bark: Command to bark
  • Paw: Command to give paw
  • Beg: Command to beg
  • Get Ball: Command to fetch the ball (requires weapon_ball)