-
Notifications
You must be signed in to change notification settings - Fork 13
/
pawn.json
93 lines (93 loc) · 2.23 KB
/
pawn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"user": "MrucznikRolePlay",
"repo": "Mrucznik-RP-gamemode",
"entry": "gamemodes/Mrucznik-RP.pwn",
"output": "gamemodes/Mrucznik-RP.amx",
"dependencies": [
"MrucznikRolePlay/amx_assembly:v4.69",
"Zeex/samp-plugin-crashdetect:v4.22",
"samp-incognito/samp-streamer-plugin:v2.9.4",
"maddinat0r/sscanf:v2.8.3",
"gumbalowsky/mysql-R5:v1",
"maddinat0r/samp-log:v0.5",
"maddinat0r/samp-discord-connector:v0.3.5",
"Open-GTO/sa-mp-fixes",
"emmet-jones/New-SA-MP-callbacks",
"oscar-broman/strlib",
"MrucznikRolePlay/YSI-Includes:v4.69",
"Southclaws/samp-whirlpool",
"Wuzi/vending",
"BigETI/pawn-memory:2.0.1",
"BigETI/pawn-vector",
"MrucznikRolePlay/ColAndreas:v1.5.1",
"BigETI/pawn-map",
"MrucznikRolePlay/samp-plugin-profiler:v2.15.4",
"Southclaws/progress2",
"oscar-broman/samp-inline-sort",
"katursis/Pawn.RakNet:1.6.0",
"MrucznikRolePlay/Regular-Expressions-Plugin-sampctl:v0.2.4",
"Southclaws/pawn-requests:0.10.0",
"Southclaws/pawn-redis:v1.2.0",
"maddinat0r/samp-discord-connector:v0.3.6-pre",
"Crayder/Model-Sizes-Plus",
"Southclaws/samp-weapon-data",
"Southclaws/samp-camera-sequencer:2.6.1",
"BigETI/pawn-list"
],
"runtime": {
"version": "0.3.DL-R1",
"mode": "server",
"echo": "-",
"rcon_password": "funiol",
"port": 7777,
"hostname": "!PL! Mrucznik Role Play - local development !PL!",
"maxplayers": 1000,
"language": "PL",
"mapname": "San Andreas",
"weburl": "www.Mrucznik-RP.pl",
"gamemodetext": "Unknown",
"announce": true,
"lanmode": false,
"query": true,
"rcon": false,
"logqueries": false,
"sleep": 5,
"maxnpc": 0,
"stream_rate": 1000,
"stream_distance": 300,
"onfoot_rate": 30,
"incar_rate": 30,
"weapon_rate": 30,
"chatlogging": true,
"timestamp": true,
"messageholelimit": 3000,
"messageslimit": 500,
"ackslimit": 6000,
"playertimeout": 10000,
"minconnectiontime": 0,
"lagcompmode": 1,
"connseedtime": 300000,
"db_logging": false,
"db_log_queries": false,
"conncookies": true,
"cookielogging": false,
"output": true,
"extra": {
"discord_bot_token": "123"
}
},
"build": {
"name": "",
"version": "3.10.9",
"args": [
"-d3",
"-;+",
"-(+",
"-Z+"
],
"includes": [
"./include"
],
"compiler": {}
}
}