07.03.2018, 08:43
FS:
Gamemode:
Why don't work?
Код:
public OnFilterScriptInit()
{
#define teszt
return 1;
}
public OnFilterScriptExit()
{
#undef teszt
return 1;
}
Код:
#if defined teszt Msg(playerid, "Teszt"); #endif



Or not possible?