03.02.2019, 09:08
Tools>Build System>name_here
There is something like this:
You need to pass "-d3" to it.
There is something like this:
pawn Код:
{
"cmd": ["pawncc.exe", ..., "-;+"],
...
}
pawn Код:
{
"cmd": ["pawncc.exe", ..., "-;+", "-d3"],
...
}