YSI-Includes
YSI-Includes copied to clipboard
Terminal freezing on vscode when including 5.x
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).