ADD Yaca (Richtige Datein)
This commit is contained in:
parent
f495c860bf
commit
d0f7a55972
11 changed files with 10695 additions and 0 deletions
30
resources/[voice]/yaca-voice/fxmanifest.lua
Normal file
30
resources/[voice]/yaca-voice/fxmanifest.lua
Normal file
|
@ -0,0 +1,30 @@
|
|||
fx_version 'cerulean'
|
||||
games { 'gta5', 'rdr3' }
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
|
||||
name 'yaca-voice'
|
||||
author 'MineMalox & LuftigerLuca'
|
||||
version '3.0.5'
|
||||
repository 'https://github.com/yaca-systems/fivem-yaca-typescript'
|
||||
description 'YACA Voice Integration for FiveM & RedM'
|
||||
|
||||
dependencies {
|
||||
'/server:7290',
|
||||
'/onesync',
|
||||
}
|
||||
|
||||
ui_page 'web/index.html'
|
||||
|
||||
files {
|
||||
'web/index.html',
|
||||
'web/script.js',
|
||||
'config/shared.json5',
|
||||
'config/towers.json5',
|
||||
'locales/*.json',
|
||||
}
|
||||
|
||||
client_script 'dist/client.js'
|
||||
server_script 'dist/server.js'
|
||||
|
||||
provide 'saltychat'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue