open.mp forum
[Pawn] Compile all files in gamemode folder - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] Compile all files in gamemode folder (/showthread.php?tid=2573)



Compile all files in gamemode folder - JasonDeRue - 2024-01-29

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?


RE: Compile all files in gamemode folder - JasonDeRue - 2024-02-03

Nobody?


RE: Compile all files in gamemode folder - aguadecoco1301 - 2024-02-03

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.