17.04.2017, 21:10
I have on top of main script:
But when I try to compile it won't work.
I also tried:
#include "maps.pwn"
#include "commands.pwn"
(when files are in gamemodes folder)
But compiler just crash
Код:
#include <YSI\y_ini> #include <YSI\y_commands> #include <streamer> #include <sscanf2> #include "../maps.pwn" #include "../commands.pwn"
I also tried:
#include "maps.pwn"
#include "commands.pwn"
(when files are in gamemodes folder)
But compiler just crash