Installations
server.cfg
Add the command to your server.cfg file and make sure that the script is started.
ensure mt_weaponshopconfig.lua
You can make all settings in the "config.lua".#
If you want, you can add another shop.
["idname"] = {
blips = false, --Show on the map
blipsprite = 0, --Show on the map
blipdisplay = 4,
blipscale = 1.0, --Blip's greetings
blipcolor = 0, --Blip's color
blipname = "name", --Blip's name
Shops = {
vector3(110.110, -110.110, 110.110)
}
}You still have to add that.
NOTIFY
The script is linked to our NOTIFY system.
If desired, you can customize the title, color and translate all texts.
Last updated
Was this helpful?