• 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
#2
Nobody?
  Reply
#3
Hi, are you wanting to compile two different gamemode or one gamemode in two files?

If it is the first option, I don't know. However, if it is the second one, don't worry, you should compile the gamemode where you include the other one.
  Reply


Forum Jump: