Advertisement
almex1323

asasasas

Apr 7th, 2022
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.55 KB | None | 0 0
  1. {
  2.     "user": "ZanderOperator",
  3.     "repo": "open.RP",
  4.     "entry": "gamemodes/main.pwn",
  5.     "output": "gamemodes/main.amx",
  6.     "dependencies": [
  7.         "pawn-lang/samp-stdlib",
  8.         "Zeex/samp-plugin-crashdetect:v4.19.4",
  9.         "pBlueG/SA-MP-MySQL",
  10.         "Y-Less/sscanf",
  11.         "samp-incognito/samp-streamer-plugin",
  12.         "lassir/bcrypt-samp",
  13.         "Southclaws/pawn-chrono",
  14.         "Southclaws/progress2",
  15.         "pawn-lang/sa-mp-fixes",
  16.         "Southclaws/OnPlayerSlowUpdate",
  17.         "philip1337/samp-plugin-mapandreas",
  18.         "RIDE-2DAY/vSync",
  19.         "MySekwel/New-SA-MP-callbacks",
  20.         "kristoisberg/samp-map-zones",
  21.         "roesanne26/fSelection",
  22.         "pawn-lang/[email protected]"
  23.  
  24.     ],
  25.     "local": true,
  26.     "runtime": {
  27.         "version": "0.3.DL",
  28.         "mode": "server",
  29.         "echo": "loading server.cfg generated by sampctl - do not edit this file manually, edit pawn.json instead!",
  30.         "filterscripts": [
  31.             "ls_elevator",
  32.             "ls_beachside",
  33.             "ServerMaps"
  34.         ],
  35.         "plugins": [
  36.             "TPoker"
  37.         ],
  38.         "rcon_password": "0000",
  39.         "port": 7777,
  40.         "hostname": "SA-MP Server",
  41.         "maxplayers": 50,
  42.         "language": "",
  43.         "mapname": "San Andreas",
  44.         "weburl": "www.sa-mp.com",
  45.         "gamemodetext": "Unknown",
  46.         "announce": true,
  47.         "lanmode": false,
  48.         "query": true,
  49.         "rcon": false,
  50.         "logqueries": false,
  51.         "sleep": 5,
  52.         "maxnpc": 0,
  53.         "stream_rate": 1000,
  54.         "stream_distance": 300,
  55.         "onfoot_rate": 30,
  56.         "incar_rate": 30,
  57.         "weapon_rate": 30,
  58.         "chatlogging": true,
  59.         "timestamp": true,
  60.         "messageholelimit": 3000,
  61.         "messageslimit": 500,
  62.         "ackslimit": 3000,
  63.         "playertimeout": 10000,
  64.         "minconnectiontime": 0,
  65.         "lagcompmode": 1,
  66.         "connseedtime": 300000,
  67.         "db_logging": false,
  68.         "db_log_queries": false,
  69.         "conncookies": true,
  70.         "cookielogging": false,
  71.         "output": true,
  72.         "extra": {
  73.             "useartwork": "1"
  74.         }
  75.     },
  76.     "runtimes": [
  77.         {
  78.             "name": "dev",
  79.             "rcon_password": "0000",
  80.             "port": 7777,
  81.             "hostname": "[open.RP] - OpenSourced RolePlay",
  82.             "maxplayers": 10,
  83.             "language": "English",
  84.             "mapname": "Los Santos",
  85.             "weburl": "open.mp",
  86.             "gamemodetext": "Unknown",
  87.             "announce": false,
  88.             "lanmode": true,
  89.             "query": false,
  90.             "rcon": false,
  91.             "logqueries": false,
  92.             "sleep": 5,
  93.             "maxnpc": 0,
  94.             "stream_rate": 1000,
  95.             "stream_distance": 300,
  96.             "onfoot_rate": 80,
  97.             "incar_rate": 80,
  98.             "weapon_rate": 40,
  99.             "chatlogging": true,
  100.             "timestamp": true,
  101.             "logtimeformat": "[%d-%b-%Y %X]",
  102.             "messageholelimit": 10000,
  103.             "messageslimit": 500,
  104.             "ackslimit": 3000,
  105.             "playertimeout": 10000,
  106.             "minconnectiontime": 0,
  107.             "lagcompmode": 1,
  108.             "connseedtime": 300000,
  109.             "db_logging": false,
  110.             "db_log_queries": false,
  111.             "conncookies": true,
  112.             "cookielogging": false,
  113.             "output": true
  114.         }
  115.     ],
  116.     "builds": [
  117.         {
  118.             "name": "dev",
  119.             "args": [
  120.                 "-;+",
  121.                 "-(+",
  122.                 "-Z+",
  123.                 "-S32768",
  124.                 "-d3"
  125.             ],
  126.             "includes": [
  127.                 "legacy/",
  128.                 "gamemodes/modules",
  129.                 "gamemodes/modules/Admin",
  130.                 "gamemodes/modules/Arrays",
  131.                 "gamemodes/modules/Char",
  132.                 "gamemodes/modules/Player",
  133.                 "gamemodes/modules/Preincludes",
  134.                 "gamemodes/modules/Server",
  135.                 "gamemodes/modules/Systems",
  136.                 "gamemodes/modules/time"
  137.             ],
  138.             "compiler": {}
  139.         },
  140.         {
  141.             "name": "live",
  142.             "args": [
  143.                 "-;+",
  144.                 "-(+",
  145.                 "-Z+",
  146.                 "-O2",
  147.                 "-S8192",
  148.                 "-d3"
  149.             ],
  150.             "includes": [
  151.                 "legacy/"
  152.             ],
  153.             "constants": {
  154.                 "BUILD_MINIMAL": ""
  155.             },
  156.             "compiler": {}
  157.         },
  158.         {
  159.             "name": "pre",
  160.             "args": [
  161.                 "-;+",
  162.                 "-(+",
  163.                 "-Z+",
  164.                 "-S8192",
  165.                 "-l",
  166.                 "-d3"
  167.             ],
  168.             "includes": [
  169.                 "legacy/"
  170.             ],
  171.             "compiler": {}
  172.         }
  173.     ]
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement