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