27.01.2013, 18:49
Hello.
So, in my gamemode I added this code:
I did this because my gamemode uses ____Zaiat____, but it needs to be set as ____Player____ to work with my filterscript.
Without these define's it compiles with 0 errors. but with them, the problem I am having is that I get a bunch of compiling errors when I use the defines posted above.
Here is the pawn compiling errors:
And also, here is my FILTERSCRIPT that I'm trying to get it to work with. THIS IS NOT MY GAMEMODE, and I would rather not post my gamemode.
Any idea what I'm doing wrong?
So, in my gamemode I added this code:
Код:
#define GiveZaiatWeapon GivePlayerWeapon #define GiveZaiatMoney GivePlayerWeapon #define ResetZaiatWeapons ResetPlayerWeapons
Without these define's it compiles with 0 errors. but with them, the problem I am having is that I get a bunch of compiling errors when I use the defines posted above.
Here is the pawn compiling errors:
And also, here is my FILTERSCRIPT that I'm trying to get it to work with. THIS IS NOT MY GAMEMODE, and I would rather not post my gamemode.
Any idea what I'm doing wrong?