775709ddef
+ Added new Wheel-Damage script which causes wheels to fly off if the car is hit hard. + Added newer version of the police siren LVC menu. + Changed a bunch of keybinds in order to facilitate FivePD. + Readded the accidentally removed emote menu and removed NoDriveBy. + Updated the server theme alittle away from just RP. + Updated to server artifacts version to 6372
21 lines
478 B
Lua
21 lines
478 B
Lua
fx_version 'adamant'
|
|
games { 'gta5' };
|
|
|
|
name 'RageUI';
|
|
description 'RageUI, and a project specially created to replace the NativeUILua-Reloaded library. This library allows to create menus similar to the one of Grand Theft Auto online.'
|
|
|
|
client_scripts {
|
|
"RMenu.lua",
|
|
"menu/RageUI.lua",
|
|
"menu/Menu.lua",
|
|
"menu/MenuController.lua",
|
|
"components/*.lua",
|
|
"menu/elements/*.lua",
|
|
"menu/items/*.lua",
|
|
"menu/panels/*.lua",
|
|
"menu/windows/*.lua",
|
|
|
|
}
|
|
|
|
|