28.01.2017, 17:49
(
Последний раз редактировалось Eoussama; 28.01.2017 в 18:20.
)
Good evening everyone,
So I've had a little problem that went on my nerve quite a few hours now, I looked up for some tutorials online but couldn't find any,
The problem is When I try to compile, I don't know what exactly happen, but it seems like the compiler times-out or crashes, and the compiling operation never ends,
I'm using Sublime text 3
That's what I have on the task manager
any ideas?
SOLUTION
So I've had a little problem that went on my nerve quite a few hours now, I looked up for some tutorials online but couldn't find any,
The problem is When I try to compile, I don't know what exactly happen, but it seems like the compiler times-out or crashes, and the compiling operation never ends,
I'm using Sublime text 3
That's what I have on the task manager
any ideas?
SOLUTION
PHP код:
{
"cmd": ["pawncc.exe", "$file", "-o$file_path/$file_base_name", "-;+", "-(+", "-d3"],
"file_regex": "(.*?)\\(([0-9]*)[- 0-9]*\\)",
"selector": "source.pwn",
"working_dir": "C:/Users/oussa/Documents/Scripting/Pawn/My pawn projects/Gamemodes/EO_CnR SQLite/pawno"
}