FD Laptop
The FD Laptop is a powerful, integrated in-game UI resource designed to provide players with accessible tools based on their character's job or permission level. It features a customizable interface and framework compatibility.
Installation Guide
Step 1: Dependencies Check
Ensure you have the following required resources installed and started before attempting to start fd_laptop:
- ox_lib (opens in a new tab) (Required for notifications, menus, and client utilities)
- ox_target (opens in a new tab) (Recommended for interacting with laptop props)
- Your Chosen Framework: (ESX Legacy, QBCore, QBOX, or Standalone)
Step 2: Download and Placement
- Download the latest version of
fd_laptopfrom the Github Repository. - Extract the compressed file and rename the folder to
fd_laptop. - Place the
fd_laptopfolder directly into your server'sresourcesdirectory.
Step 3: Enable Compatibility in our boosting resource
Locate the resource's main configuration file at shared/config.lua.
- Change
Config.FDLaptoptotrueorfalsebased on your intended usage.
-- shared/config.lua
Config.FDLaptop = true -- Set to true to enable the core laptop functionalityStep 4: Start the Resource
Add the following line to your server's main configuration file (server.cfg or resources.cfg) to ensure the script starts correctly:
ensure fd_laptopOrdering is Critical! Ensure fd_laptop is started after your framework and after ox_lib, but before evolent_boosting.