3bd8365ca5
+ Updated to latest server artifacts + Updated vMenu to the latest v3.6 + Replaced Discord Weapon restrictions with a better fork of the repository. + Restructured the server config, and updated the dlc build to the latest San Andreas Mercenaries dlc. + Attempted to fix missing radios in the wheel.
25 lines
449 B
Lua
25 lines
449 B
Lua
-------------------------------
|
|
--- ImprovedDiscordWeaponPerms ---
|
|
--------IC-Technologies--------
|
|
-------------------------------
|
|
|
|
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'IC-Technologies --> Original script by JaredScar on GitHub'
|
|
description 'ImprovedDiscordWeaponPerms by IC-Technologies on Github'
|
|
version '1.0.2'
|
|
|
|
shared_script {
|
|
"config.lua"
|
|
}
|
|
|
|
client_scripts {
|
|
"client.lua"
|
|
}
|
|
|
|
server_scripts {
|
|
"server.lua",
|
|
"version-check.lua"
|
|
}
|