-
Notifications
You must be signed in to change notification settings - Fork 1
/
pawn.json
105 lines (105 loc) · 2.47 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
{
"user": "CnRXomoX",
"repo": "Project-Zombie",
"entry": "gamemodes\\main.pwn",
"output": "gamemodes\\main.amx",
"dependencies": [
"sampctl/samp-stdlib",
"maddinat0r/sscanf:v2.8.3",
"pawn-lang/YSI-Includes@5.x",
"Zeex/amx_assembly",
"Y-Less/code-parse.inc",
"Y-Less/indirection",
"Southclaws/formatex",
"Zeex/samp-plugin-crashdetect:v4.19.4",
"pBlueG/SA-MP-MySQL:R41-4",
"Sreyas-Sreelal/samp-bcrypt:0.2.2",
"Southclaws/samp-logger",
"PatrickGTR/MySQL-Prepared-Statements",
"samp-incognito/samp-streamer-plugin:v2.9.4",
"kristoisberg/samp-map-zones",
"maddinat0r/samp-discord-connector:v0.3.2",
"AmyrAhmady/samp-node:1.1.0",
"Southclaws/samp-fsutil:1.3.0",
"ziggi/FCNPC:v2.0.2"
],
"local": true,
"runtime": {
"version": "0.3.7",
"mode": "server",
"echo": "-",
"rcon_password": "password",
"port": 7777,
"hostname": "SA-MP Server",
"maxplayers": 50,
"language": "",
"mapname": "San Andreas",
"weburl": "www.sa-mp.com",
"gamemodetext": "Unknown",
"announce": true,
"lanmode": false,
"query": true,
"rcon": false,
"logqueries": false,
"sleep": 5,
"maxnpc": 20,
"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
},
"builds": [
{
"name": "dev",
"version": "3.10.10",
"args": [
"-;+",
"-(+",
"-d3",
"-E",
"-Z"
],
"includes": [
"gamemodes/utils",
"gamemodes/core",
"gamemodes/core/database",
"gamemodes/core/account",
"gamemodes/core/systems",
"gamemodes/core/systems/system_loot",
"gamemodes/core/systems/system_player-inventory",
"gamemodes/core/systems/system_zombies",
"gamemodes/core/systems/system_vehicle",
"gamemodes/core/systems/system_food",
"gamemodes/core/systems/system_thirst",
"gamemodes/core/chat",
"gamemodes/core/cmds",
"gamemodes/core/admin",
"gamemodes/core/player",
"gamemodes/core/mappings",
"gamemodes/core/mappings/LV",
"gamemodes/core/user-interface",
"gamemodes/core/systems/system_loot/loots",
"gamemodes/core/systems/system_loot/loots/LV"
],
"constants": {
"DEV_BUILD": "1"
},
"compiler": {}
}
]
}