From 78fadce1d5f9a4213d4763d2a3b5f67681d44408 Mon Sep 17 00:00:00 2001 From: Unkovic7 Date: Sun, 30 Jan 2022 16:42:15 +0100 Subject: [PATCH] Tags, naming... --- pawn.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pawn.json b/pawn.json index 3a3978a..cac7121 100644 --- a/pawn.json +++ b/pawn.json @@ -5,5 +5,18 @@ "output": "test.amx", "dependencies": [ "sampctl/samp-stdlib" - ] + ], + "dev_dependencies": [ + "pawn-lang/YSI-Includes@5.x", + "Y-Less/sscanf" + ], + "runtime": { + "version": "0.3.7", + "mode": "server", + "rcon_password": "password", + "port": 7777, + "hostname": "SA-MP Server", + "maxplayers": 50, + "language": "" + } } \ No newline at end of file