Installation
Last updated
Last updated
Download the script from CFX Portal under the granted assets.
Unzip and save it on your system.
Place the unzipped folder in your server's resources
folder.
Rename it to eh_codekit
.
Configure config.lua
as needed.
Make sure to start eh_codekit
immediately after your core resource in the resource start order. This ensures that eh_codekit
is initialized before any scripts that depend on it. We’ve provided an example of the correct order below:
ensure ox_lib
ensure core
ensure eh_codekit
ensure dependent_script # All other our scripts and other scripts
ox_lib