-
Notifications
You must be signed in to change notification settings - Fork 0
/
pawn.json
98 lines (98 loc) · 1.97 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
{
"user": "CodaKKK",
"repo": "lsarp-project",
"entry": "scripts/lvrp.pwn",
"output": "gamemodes/lvrp.amx",
"dependencies": [
"Zeex/samp-plugin-crashdetect",
"Zeex/amx_assembly",
"sampctl/samp-stdlib",
"urShadow/Pawn.CMD:3.2.0",
"IllidanS4/PawnPlus:v1.1",
"pawn-lang/[email protected]",
"maddinat0r/sscanf:v2.8.3",
"samp-incognito/samp-streamer-plugin:v2.9.4",
"oscar-broman/strlib",
"Open-GTO/sa-mp-fixes",
"NexiusTailer/Nex-AC",
"BigETI/pawn-memory",
"maddinat0r/samp-discord-connector:v0.3",
"Southclaws/pawn-requests",
"Sreyas-Sreelal/samp-bcrypt",
"Southclaws/samp-logger",
"pBlueG/SA-MP-MySQL",
"AGraber/pawn-plus-mysql",
"oscar-broman/SKY",
"AGraber/samp-async-dialogs",
"AGraber/samp-compat"
],
"local": true,
"builds": [
{
"name": "dev",
"version": "3.10.8",
"args": [
"-;+",
"-(+",
"-d3"
],
"includes": [
"dependencies/legacy",
"scripts"
]
},
{
"name": "live",
"version": "3.10.8",
"args": [
"-;+",
"-(+",
"-O1",
"-d3"
],
"includes": [
"dependencies/legacy",
"scripts"
]
}
],
"runtime": {
"version": "0.3.DL",
"mode": "server",
"echo": "Loading configuration...",
"rcon_password": "porcodio",
"port": 7777,
"hostname": "Los Santos Apocalypse RolePlay",
"maxplayers": 32,
"language": "Italiano",
"mapname": "Los Santos",
"weburl": "www.lsarp.it",
"gamemodetext": "ApocalypseV1",
"announce": false,
"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
}
}