-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpawn.json
executable file
·112 lines (112 loc) · 2.82 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"user": "opencnr",
"repo": "gamemode",
"entry": "gamemodes/opencnr.pwn",
"output": "gamemodes/opencnr.amx",
"dependencies": [
"sampctl/samp-stdlib",
"pawn-lang/YSI-Includes:v4.0.2",
"pBlueG/SA-MP-MySQL:R41-4",
"Awsomedude/easyDialog:2.0",
"maddinat0r/samp-mysql-yinline-include:v1.0.1",
"Sreyas-Sreelal/samp-bcrypt:0.2.0",
"urShadow/Pawn.CMD:3.2.0",
"maddinat0r/sscanf:v2.8.3",
"Southclaws/pawn-fsutil:1.0.4",
"Southclaws/pawn-env:1.0.1",
"kristoisberg/samp-map-zones",
"Southclaws/progress2",
"IllidanS4/PawnPlus:v1.0.0",
"samp-incognito/samp-streamer-plugin:v2.9.4"
],
"builds": [
{
"name": "dev",
"version": "3.10.8",
"includes": [
"gamemodes/legacy/PickupEx",
"gamemodes/opencnr/anticheat",
"gamemodes/opencnr/player",
"gamemodes/opencnr/player-auth",
"gamemodes/opencnr/player-roles",
"gamemodes/opencnr/player-knockout",
"gamemodes/opencnr/player-class-selection",
"gamemodes/opencnr/player-nametag",
"gamemodes/opencnr/player-prison",
"gamemodes/opencnr/storage",
"gamemodes/opencnr/dev-tools",
"gamemodes/opencnr/businesses",
"gamemodes/opencnr/utils",
"gamemodes/opencnr/vehicles",
"gamemodes/opencnr/portals",
"gamemodes/opencnr/airdrop",
"gamemodes/opencnr/world"
],
"constants": {
"DEV_BUILD": "1"
}
},
{
"name": "prod",
"version": "3.10.8",
"includes": [
"gamemodes/legacy/PickupEx",
"gamemodes/opencnr/anticheat",
"gamemodes/opencnr/player",
"gamemodes/opencnr/player-auth",
"gamemodes/opencnr/player-roles",
"gamemodes/opencnr/player-knockout",
"gamemodes/opencnr/player-class-selection",
"gamemodes/opencnr/player-nametag",
"gamemodes/opencnr/player-prison",
"gamemodes/opencnr/storage",
"gamemodes/opencnr/dev-tools",
"gamemodes/opencnr/businesses",
"gamemodes/opencnr/utils",
"gamemodes/opencnr/vehicles",
"gamemodes/opencnr/portals",
"gamemodes/opencnr/airdrop",
"gamemodes/opencnr/world"
]
}
],
"runtime": {
"version": "0.3.7",
"mode": "server",
"echo": "-",
"rcon_password": "password",
"port": 7777,
"hostname": "OpenCnR Server",
"maxplayers": 32,
"language": "English",
"mapname": "San Andreas",
"weburl": "www.opencnr.com",
"gamemodetext": "OpenCnR",
"announce": true,
"lanmode": false,
"query": true,
"rcon": false,
"logqueries": false,
"sleep": 5,
"maxnpc": 0,
"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
}
}