Skip to content

Вирішення проблем

Troubleshooting

No third-eye option appears

The third-eye interaction needs a targeting resource running and matched in config.

  • Make sure ox_target or qb-target is started before bupa-chaircreator.
  • Set Config.Target to the one you run ('ox_target' or 'qb-target').
  • Only the third-eye that is actually running is offered in the creator UI. If you have none, use ox_lib TextUI or the 3D marker interaction instead.

Help text / prompt spam

If the "get up" help text or a prompt flickers or pings repeatedly:

  • Config.PreventHelpTextOverwrites = true tries to avoid fighting other scripts for the help-text slot.
  • Set Config.ShowHelpText = false to hide the get-up hint entirely.
  • Config.UsePrompts adds an extra key-prompt system — leave it false unless you specifically want it.

Player slides off the seat

Sits placed with the creator store the ped's exact root position and are restored the same way, so there should be no sliding.

  • Re-place the seat and confirm the pose looks right in the WYSIWYG tool before saving.
  • If a custom animation T-poses, the dict/clip is invalid — use the library Test button to verify a pose loads before saving it.
  • Config.MaxTilt (default 20.0) rejects props that are too tilted to sit on.

Can't open the creator (admin access)

If /chaircreator says you have no permission:

  • Access is likely set to Admins only (adminOnly in Settings, or Config.Creator.AdminOnly).
  • Grant the ACE: add_ace group.admin bupa.chaircreator allow.
  • The permission name is Config.Creator.AcePermission (default bupa.chaircreator).

Command and keybind changes made in the Settings UI only fully bind after a resource restart. The command works right away; the keybind needs the restart.

Sit pack changes don't apply

Enabling or disabling a pack rebuilds its zones on the next resource restart. Pose overrides apply immediately, but zone toggles do not.