Skip to content

Instalacja

Installation

1. Drop in the resource

Place bupa-chaircreator in your server's resources folder.

2. Dependencies

  • ox_lib — required.
  • A targeting resource (ox_target or qb-target) — only needed if you use third-eye interactions.

3. server.cfg

Make sure ox_lib starts before the resource.

server.cfg
ensure ox_lib
ensure bupa-chaircreator

4. Grant creator access (optional)

Access is open by default. If you set access to Admins only (in the Settings UI, or Config.Creator.AdminOnly = true), the resource checks the ACE permission bupa.chaircreator server-side. Grant it with:

server.cfg
add_ace group.admin bupa.chaircreator allow

The permission name is configurable via Config.Creator.AcePermission in config.lua (default bupa.chaircreator).