Compiler crash after including .pwn - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Compiler crash after including .pwn (
/showthread.php?tid=632694)
Compiler crash after including .pwn -
Saddin - 17.04.2017
I have on top of main script:
Код:
#include <YSI\y_ini>
#include <YSI\y_commands>
#include <streamer>
#include <sscanf2>
#include "../maps.pwn"
#include "../commands.pwn"
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