Documentation Index
Fetch the complete documentation index at: https://docs.rktscripts.com/llms.txt
Use this file to discover all available pages before exploring further.
Features
- VIP Activation via Item – Players must have a specific item in their inventory to activate VIP.
- Instant Money Bonus 💰 – Players receive a one-time cash bonus upon activation.
- Recurring Salary 💵 – VIP members receive automatic payouts every X minutes.
- Exclusive Vehicles 🚗 – Players can be rewarded with vehicles (if configured).
- Special Items 🎁 – VIPs can receive exclusive items (if configured).
- Server-Side Export – Check VIP status using the export function.
-
Fully Configurable – Easily edit settings in
cfg.lua.
Installation Guide
-
Dependencies:
- The script requires ox_lib to function correctly.
-
Import the Database:
-
Navigate to the
sqlfolder. -
Import the file
sql.sqlinto your database.
- Edit Notification Messages:
- Open
shared/config.luaand customize notification strings.
-
Navigate to the
-
Configure Server Functions:
- Open
server/s_functions.luaand adjust the necessary functions.
- Open
-
Add New VIP Plans:
-
Open
server/cfg.luaand configure VIP packages. - Ensure the item exists in the inventory system!
-
Open
-
Edit Client Notifications:
- Open
client/c_functions.luaand modify client-side notifications.
- Open
Configuration
server/cfg.lua