27.01.2013, 06:03
i added this code in:
And it compiled with no errors, but now it doesn't work with my gamemode properly. I spawn weirdly now & user data doesn't come in :/ Is there any other way to fix it?
The thing is it was working when i had the filterscript with GivePlayer___ and such, but in my gamemode its set as GiveZaiat____ and such, so i need to change it for it to work properly.
Код:
#define GiveZaiatWeapon GivePlayerWeapon #define ResetZaiatWeapons ResetPlayerWeapons #define GiveZaiatMoney GivePlayerMoney
The thing is it was working when i had the filterscript with GivePlayer___ and such, but in my gamemode its set as GiveZaiat____ and such, so i need to change it for it to work properly.