-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpawn.json
49 lines (49 loc) · 862 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
49
{
"user": "skriptanje-sa-kaizerom",
"repo": "skriptanje-sa-kaizerom",
"tag": "0.0.1",
"entry": "gamemodes\\TR.pwn",
"output": "gamemodes\\TR.amx",
"dependencies": [
"pawn-lang/samp-stdlib",
"pawn-lang/YSI-Includes",
"samp-incognito/samp-streamer-plugin",
"Y-Less/sscanf",
"katursis/Pawn.CMD:3.4.0",
"pBlueG/SA-MP-MySQL"
],
"local": true,
"builds": [
{
"name": "dev",
"args": [
"-d3",
"-Dgamemodes",
"-Z+",
"-;+",
"-(+"
],
"includes": [
"legacy/"
],
"compiler": {
"version": "3.10.10"
}
}
],
"runtime": {
"port": 7777,
"hostname": "Treasure Roleplay",
"filterscripts": [],
"plugins": [],
"language": "Ex-Yu",
"maxplayers": 315,
"maxnpc": 5,
"mapname": "San Andreas",
"rcon_password": "kaizer",
"weburl": "www.kaizer.live",
"extra": {
"gamemode0": "TR 1"
}
}
}