forked from Pottus/Texture-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpawn.json
62 lines (62 loc) · 1.4 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
{
"user": "Crayder",
"repo": "Texture-Studio",
"entry": "gamemodes/bare.pwn",
"output": "gamemodes/bare.amx",
"dependencies": [
"sampctl/samp-stdlib",
"sampctl/pawn-stdlib",
"https://github.com/zeex/samp-plugin-crashdetect",
"https://github.com/JaTochNietDan/SA-MP-FileManager",
"https://github.com/samp-incognito/samp-streamer-plugin",
"https://github.com/maddinat0r/sscanf",
"Southclaws/formatex",
"Pottus/ColAndreas",
"oscar-broman/samp-introspect"
],
"local": true,
"runtime": {
"version": "0.3.7",
"mode": "server",
"echo": "-",
"filterscripts": [
"tstudio",
"TD",
"fsdebug"
],
"rcon_password": "mrucznik",
"port": 7777,
"hostname": "!PL! Mrucznik Role Play - Texture-Studio !PL!",
"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
}
}