ed
This commit is contained in:
parent
2fd4906414
commit
9d4f625a84
962 changed files with 36 additions and 36 deletions
|
@ -0,0 +1,33 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'QB-Shootingrange mit Bestenliste, Timer und Wettkampf-Modus'
|
||||
author 'DeinDevName'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'config.lua',
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
files {
|
||||
'html/index.html',
|
||||
'html/start.ogg',
|
||||
'html/timeout.ogg'
|
||||
}
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue