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
14 lines
147 B
Lua
14 lines
147 B
Lua
fx_version "adamant"
|
|
game "gta5"
|
|
|
|
shared_scripts {
|
|
"config.lua"
|
|
}
|
|
|
|
client_scripts {
|
|
'client/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
"server/*.lua"
|
|
} |