forked from Simnation/Main
update
This commit is contained in:
parent
f866ac2379
commit
d97b416688
4 changed files with 327 additions and 0 deletions
21
resources/[Developer]/[Max]/Fx_autoupdate/fxmanifest.lua
Normal file
21
resources/[Developer]/[Max]/Fx_autoupdate/fxmanifest.lua
Normal file
|
@ -0,0 +1,21 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Duck'
|
||||
description 'FXServer Auto-Update'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'main.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
-- Nur Admins können das Script verwenden
|
||||
server_only 'yes'
|
Loading…
Add table
Add a link
Reference in a new issue