2024-01-29, 01:59 PM
Hello, I'm using this build system for Sublime Text to compile my gamemode:
Imagine now I have 2 different files in gamemode folder that I want to compile at same time, how I can do it?
Code:
{
"cmd": ["pawncc.exe", "-i includes", "$file", "-;+", "-v2", "-d3", "-Z+", "-\\)+"],
"path": "C:/Users/*****/Desktop/Server/pawno"
}
Imagine now I have 2 different files in gamemode folder that I want to compile at same time, how I can do it?