Installation
Basic installation of the script
Last updated
Basic installation of the script
Last updated
Remember that this resource has verified DMCA protection, and its illegal use or distribution could imply a claim for protection of Title 17 of Chapter 512 (c) (3) of the Digital Millennium Copyright Act
As the first step copy the folder to your resource folder, check the resource structure as in the following photo.
For a nosql install, make sure you have the non-sql version of the script, to check this go into the gconfig folder and locate the whitelisted.lua file. If you have this file it means that you have the nosql version.
For sql install you need to open "lcompwhitelist.sql" and execute the code , this will create a table inside your database.
Open the mainconfig.lua file.
Config.framework : This is for will display the message above the marker.
Config.customFramework : Set true if you are using custom framework (you should edit the functions CustomFrameworkObject() and CustomRemoveMoney()
function CustomFrameworkObject() : Function to get object of your custom framework.
function CustomRemoveMoney() : Function to remove money of player (you should use your custom framework object here too.
Config.Priced : This is for set price system.
Config.vip : True for enable VIP system, you should add the hex steam identifier in the file whitelisted.lua.
Config.sql: This is for change the vip to sql database, you should made the sql install first.
Config.message : This is for will display the message above the marker.
Config.Coords: This configuration is for set the marker position in X,Y,Z.
Config.CamCoords : This configuration is for set camera position.
Config.CamPointCoords: This configuration is for set the camera pointer.
Config.CreateWeapon : This configuration is for set the position where the weapon will be created.
Config.R/G/B : This configuration is for set the colors of the marker.