YSI-Includes icon indicating copy to clipboard operation
YSI-Includes copied to clipboard

Terminal freezing on vscode when including 5.x

Open RogueDrifter opened this issue 7 years ago • 0 comments

So yeah that happens, here's what i included:

#include <YSI\y_ini>

Here's my pawn.json file:

{
    "user": "RogueDrifter",
    "repo": "RogueDrifterZ[RDZ]",
    "entry": "MainRDZFS.pwn",
    "output": "MainRDZFS.amx",
    "dependencies": [
        "sampctl/samp-stdlib",
        "RogueDrifter/Anti_cheat_pack",
        "Southclaws/zcmd",
        "Awsomedude/easyDialog",
        "samp-incognito/samp-streamer-plugin",
        "maddinat0r/sscanf",
        "pawn-lang/[email protected]",
        "urShadow/Pawn.RakNet",
        "samp-anti-cheat/OnPlayerTurnUpsideDown",
        "Jelly23/IsPlayerTouchingWater",
        "Jelly23/ToggleVehicleWeaponSync"
    ],
    "builds": [
        {
            "name": "main",
            "includes": [
                "legacy"
            ]
        }
    ]
}

Package i ran to download the repo:

sampctl package install pawn-lang/[email protected]

It simply freezes right after i try compiling (running the sampctl package build in that case since i'm using sampctl).

RogueDrifter avatar Apr 20 '18 13:04 RogueDrifter