Files
Elite-Gaming-FiveM/resources/[EGRP-Discord-Integration]/Discord-WepRestriction/fxmanifest.lua
T
Jacob 3bd8365ca5 feat: overall QOL improvements
+ 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.
2023-12-02 02:40:09 +00:00

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"
}