Quote:
Originally Posted by Pinguinn
Did you already try;
pawn Код:
SetPVarInt(playerid, "Deaths", playerid); SetPVarInt(playerid, "Kills", killerid);
|
I don't see how that would help, it seems as if it isn't executing OnPlayerDeath in the filterscripts, that is all I can figure out.
Quote:
Originally Posted by Berlovan
Are you sure those FS's are not requiring some plugins or something ? 'Cause they won't work without plugins.
|
They have the plugins, they work fine but when it comes to OnPlayerDeath it doesn't do anything
Quote:
Originally Posted by Improvement™
Perhaps check if there's a return with the value 0 in one of your Filterscripts.
Because I read somewhere sometime that if the return value is 0, then it will stop working for other Filterscripts.
Not completly sure of this, but who knows it might be the causing the problem..
Search for
|
The only "return 0;" I have is to do with something else so that can't be it. All I know is that when I die I get the death messages from my gamemode but then nothing happens that is in my FSs.