Merge branch 'master' of git.antiope.link:ChronosX88/sfcnr
This commit is contained in:
commit
33ed676f09
14
pawn.yaml
14
pawn.yaml
@ -1,8 +1,8 @@
|
||||
site: ""
|
||||
user: ChronosXYZ
|
||||
repo: sf-cnr
|
||||
entry: gamemodes\sf-cnr.pwn
|
||||
output: gamemodes\sf-cnr.amx
|
||||
entry: gamemodes/sf-cnr.pwn
|
||||
output: gamemodes/sf-cnr.amx
|
||||
dependencies:
|
||||
- pawn-lang/samp-stdlib
|
||||
- Zeex/samp-plugin-crashdetect:v4.21
|
||||
@ -17,14 +17,21 @@ dependencies:
|
||||
- oscar-broman/md-sort
|
||||
- Southclaws/zcmd
|
||||
- Southclaws/progress2:v2.1.2
|
||||
- Zeex/amx_assembly:v1.0
|
||||
local: true
|
||||
runtime:
|
||||
version: 0.3.7
|
||||
mode: server
|
||||
plugins:
|
||||
- mysql_static
|
||||
- RouteConnectorPlugin
|
||||
- TPoker
|
||||
- regex
|
||||
- MerRandom
|
||||
rcon_password: password
|
||||
port: 7778
|
||||
hostname: SA-MP Server
|
||||
maxplayers: 260
|
||||
maxplayers: 609
|
||||
language: "English"
|
||||
mapname: San Andreas
|
||||
weburl: discord.gg/Vh5qzhc7Sd
|
||||
@ -55,7 +62,6 @@ runtime:
|
||||
conncookies: true
|
||||
cookielogging: false
|
||||
output: true
|
||||
plugins: ["mysql", "RouteConnectorPlugin", "TPoker", "regex", "MerRandom"]
|
||||
builds:
|
||||
- name: main
|
||||
includes:
|
||||
|
Loading…
Reference in New Issue
Block a user