समस्या निवारण
Troubleshooting
No third-eye option appears
The third-eye interaction needs a targeting resource running and matched in config.
- Make sure
ox_targetorqb-targetis started beforebupa-chaircreator. - Set
Config.Targetto 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 = truetries to avoid fighting other scripts for the help-text slot.- Set
Config.ShowHelpText = falseto hide the get-up hint entirely. Config.UsePromptsadds an extra key-prompt system — leave itfalseunless 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/clipis invalid — use the library Test button to verify a pose loads before saving it. Config.MaxTilt(default20.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 (
adminOnlyin Settings, orConfig.Creator.AdminOnly). - Grant the ACE:
add_ace group.admin bupa.chaircreator allow. - The permission name is
Config.Creator.AcePermission(defaultbupa.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.