๐ง Installation
Download the Script: Download the PA Props script from Cfx.re Keymaster.
Upload Files: Extract to a folder named
frkn-bankheist
and place it in theresources
folder.Server Configuration: Add the following line to your
server.cfg
file:ensure pa-props
Add SQL Database: Run the
sql
file in your database:CREATE TABLE IF NOT EXISTS `pa_props` ( `id` int(11) NOT NULL AUTO_INCREMENT, `identifier` longtext DEFAULT NULL, `props` longtext DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
Add Images: Upload required prop images to
qb-inventory/html/images
.Define Items for QBcore: Add prop items to
shared/items.lua
.
Last updated
Was this helpful?