1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Max]/Fx_autoupdate/fxmanifest.lua

22 lines
292 B
Lua
Raw Normal View History

2025-08-07 23:58:44 +02:00
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'