• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Compile all files in gamemode folder
#1
Hello, I'm using this build system for Sublime Text to compile my gamemode:

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?
  Reply


Messages In This Thread
Compile all files in gamemode folder - by JasonDeRue - 2024-01-29, 01:59 PM

Forum Jump: