07.03.2018, 14:36
My bad, now I see. You define teszt in a filterscript but you want to check the definition in your gamemode.
This is not possible! You can solve this by either using PVar (see here https://sampforum.blast.hk/showthread.php?tid=163175).
Another way is to #include your filterscript in your gamemode. (so now: your FS is part of your gamemode + you shouldn't compile the gamemode & FS, only the gamemode + remove teszt from the filterscript)
This is not possible! You can solve this by either using PVar (see here https://sampforum.blast.hk/showthread.php?tid=163175).
Another way is to #include your filterscript in your gamemode. (so now: your FS is part of your gamemode + you shouldn't compile the gamemode & FS, only the gamemode + remove teszt from the filterscript)