-
Notifications
You must be signed in to change notification settings - Fork 6
/
pawn.json
48 lines (48 loc) · 979 Bytes
/
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
{
"user": "Open-GTO",
"repo": "mdialog",
"entry": "test.pwn",
"output": "test.amx",
"dependencies": [
"sampctl/samp-stdlib"
],
"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": 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
}
}