forked from Simnation/Main
21 lines
292 B
Lua
21 lines
292 B
Lua
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'
|