Installation and Config
Here you will get your installation guide for the script and how to configure it as per your server.
Last updated
Here you will get your installation guide for the script and how to configure it as per your server.
Last updated
generic_texture_renderer_gfx:
QBcore/ESX (Job checks)
Qb-target/Ox-target (for target)
Download generic_texture_renderer_gfx
unzip the file into your resource folder
ensure generic_texture_renderer_gfx in your server.cfg
Download the script from your
Unzip the file a5-projector.zip
and place it in your resource folder
In your server.cfg
do ensure a5-projector
Restart your server
To use this resource with QBCore Framework. Go to Shared/sh_config.lua
and set the framework to qb
If you are using Old QBCore without the export. You can enable the option
You can also edit the getcoreobject function if you renamed your core by going to server/sv_projector.lua
and client/cl_projector.lua
and editing the function
To use this resource with ESX Framework. Go to Shared/sh_config.lua
and set the framework to esx
If you are using Old ESX without the export. You can enable the option
You can also edit the getcoreobject function if you renamed your core by going to server/sv_projector.lua
and client/cl_projector.lua
and editing the function
You an run this script as standalone. Just change the commands to fit your server custom framework. You can find the commands in server/sv_projector.lua
The script utalizes props to hook the screen into. You can add the projector to any prop that has a good surface. You can add more screen through Shared/sh_config.lua
These functions are used for customization. In case you needed to trigger something when a certain event is trigger. You can find them in client/cl_projector.lua