-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpawn.json
More file actions
103 lines (103 loc) · 2.46 KB
/
pawn.json
File metadata and controls
103 lines (103 loc) · 2.46 KB
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
{
"user": "Patrick",
"repo": "gta-open",
"entry": "gamemodes/main.pwn",
"output": "gamemodes/main.amx",
"dependencies": [
"pawn-lang/[email protected]",
"pawn-lang/[email protected]",
"Y-Less/sscanf:v2.13.8",
"pawn-lang/[email protected]",
"AmyrAhmady/samp-plugin-crashdetect:v4.22",
"Zeex/amx_assembly:v1.0",
"Y-Less/code-parse.inc",
"Y-Less/indirection",
"pBlueG/SA-MP-MySQL:R41-4",
"s4marium/samp-logger:1.5.1",
"PatrickGTR/MySQL-Prepared-Statements",
"samp-incognito/samp-streamer-plugin:v2.9.6",
"kristoisberg/samp-map-zones",
"s4marium/samp-ini:1.1.1",
"Sreyas-Sreelal/samp-bcrypt:0.4.1",
"AmyrAhmady/samp-gps-plugin:1.4.1"
],
"local": true,
"runtime": {
"version": "0.3.7",
"echo": "-",
"rcon_password": "password",
"port": 7777,
"mapname": "San Andreas",
"weburl": "www.sa-mp.com",
"gamemodetext": "Unknown",
"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
},
"builds": [
{
"name": "dev",
"version": "3.10.11",
"args": [
"-;+",
"-(+",
"-d3",
"-E",
"-Z"
],
"includes": [
"legacy",
"gamemodes/utils",
"gamemodes/core",
"gamemodes/core/user-interface",
"gamemodes/core/chat",
"gamemodes/core/anti-cheat",
"gamemodes/core/server",
"gamemodes/core/server/dealership",
"gamemodes/core/account",
"gamemodes/core/player",
"gamemodes/core/player/job",
"gamemodes/core/player/vehicle",
"gamemodes/core/player/attachment",
"gamemodes/core/admin",
"gamemodes/core/systems",
"gamemodes/core/systems/mini-games",
"gamemodes/core/systems/mini-games/keymash",
"gamemodes/core/systems/jobs",
"gamemodes/core/systems/side-jobs",
"gamemodes/core/systems/side-jobs/farming",
"gamemodes/core/systems/side-jobs/farming/orange-farm",
"gamemodes/core/cmds",
"gamemodes/core/houses",
"gamemodes/core/houses/furniture",
"gamemodes/core/mapping",
"gamemodes/core/gangs"
],
"compiler": {
"user": "openmultiplayer",
"repo": "compiler",
"version": "3.10.11"
}
}
]
}