π»Installation Guide
Last updated
Last updated
First of all open the file you downloaded from your keymaster
Copy folder named[tuff]
and paste itwithin your resources folder.
Start your scripts after oxlib
, to prevent any dependencies or server load issues.
Ensure[tuff]
starts after all other scripts to have necessary components loaded.
Example of my "server.cfg"
file : π
----------------------------------
# QBCore & Extra stuff
ensure qb-core
ensure [qb]
ensure [standalone]
ensure [voice]
ensure [defaultmaps]
ensure [vehicles]
ensure ox_lib
# Tuff Scripts
ensure [tuff] -- Start my Scripts in a Folder like this !
----------------------------------