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