63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
|
site: ""
|
||
|
user: ChronosXYZ
|
||
|
repo: sf-cnr
|
||
|
entry: gamemodes\sf-cnr.pwn
|
||
|
output: gamemodes\sf-cnr.amx
|
||
|
dependencies:
|
||
|
- pawn-lang/samp-stdlib
|
||
|
- Zeex/samp-plugin-crashdetect:v4.21
|
||
|
- samp-incognito/samp-gvar-plugin:v1.3
|
||
|
- Y-Less/sscanf:v2.8.2
|
||
|
- samp-incognito/samp-streamer-plugin:v2.9.3
|
||
|
- Southclaws/samp-whirlpool:v1.0.0
|
||
|
- ziggi/FCNPC:v1.8.2
|
||
|
- philip1337/samp-plugin-mapandreas:v1.2.1
|
||
|
- JaTochNietDan/SA-MP-FileManager:1.5.1
|
||
|
- pawn-lang/YSI-Includes:v4.0.0
|
||
|
- oscar-broman/md-sort
|
||
|
- Southclaws/zcmd
|
||
|
- Southclaws/progress2:v2.1.2
|
||
|
local: true
|
||
|
runtime:
|
||
|
version: 0.3.7
|
||
|
mode: server
|
||
|
rcon_password: password
|
||
|
port: 7777
|
||
|
hostname: SA-MP Server
|
||
|
maxplayers: 260
|
||
|
language: ""
|
||
|
mapname: San Andreas
|
||
|
weburl: www.sa-mp.com
|
||
|
gamemodetext: Unknown
|
||
|
announce: true
|
||
|
lanmode: false
|
||
|
query: true
|
||
|
rcon: false
|
||
|
logqueries: false
|
||
|
sleep: 5
|
||
|
maxnpc: 210
|
||
|
stream_rate: 1000
|
||
|
stream_distance: 200
|
||
|
onfoot_rate: 30
|
||
|
incar_rate: 30
|
||
|
weapon_rate: 30
|
||
|
chatlogging: true
|
||
|
timestamp: true
|
||
|
messageholelimit: 3000
|
||
|
messageslimit: 500
|
||
|
ackslimit: 3000
|
||
|
playertimeout: 10000
|
||
|
minconnectiontime: 0
|
||
|
lagcompmode: 1
|
||
|
connseedtime: 300000
|
||
|
db_logging: false
|
||
|
db_log_queries: false
|
||
|
conncookies: true
|
||
|
cookielogging: false
|
||
|
output: true
|
||
|
plugins: ["mysql", "RouteConnectorPlugin", "TPoker", "regex", "MerRandom"]
|
||
|
builds:
|
||
|
- name: main
|
||
|
includes:
|
||
|
- includes
|