-
Notifications
You must be signed in to change notification settings - Fork 0
/
pawn.json
68 lines (67 loc) · 1.38 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
{
"user": "Hreesang",
"repo": "samp-npc-controller",
"entry": "filterscripts\\npc-controller.pwn",
"output": "filterscripts\\npc-controller.amx",
"dependencies": [
"sampctl/samp-stdlib",
"Zeex/samp-plugin-crashdetect:v4.19.4",
"maddinat0r/sscanf",
"samp-incognito/samp-streamer-plugin",
"ziggi/FCNPC",
"YashasSamaga/I-ZCMD",
"Southclaws/formatex"
],
"local": true,
"builds": [
{
"name": "dev",
"version": "3.10.10",
"includes": [
],
"constants": {
"DEV_BUILD": "1"
}
}
],
"runtime": {
"version": "0.3.7",
"mode": "main",
"echo": "-",
"rcon_password": "password",
"port": 7777,
"hostname": "SA-MP Server",
"maxplayers": 50,
"language": "",
"mapname": "San Andreas",
"weburl": "www.sa-mp.com",
"gamemodetext": "Unknown",
"filterscripts": ["npc-controller"],
"announce": true,
"lanmode": false,
"query": true,
"rcon": false,
"logqueries": false,
"sleep": 5,
"maxnpc": 30,
"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
}
}