15.02.2012, 13:05
I added to my include:
And for check it i add my GameMode:
And i Will not get error when i compile.
What is wrong with this?
pawn Code:
#if !defined _Script_Init
#define _Script_Init
#else
#error Double Include
//#endinput
#endif
pawn Code:
#include "Scripts/init.pwn"
#include "Scripts/init.pwn"
What is wrong with this?