07.08.2012, 11:43
Hello guys , i am creating a simple FS duel system but for some reason onplayerdeath doesn't respond there
Only game mode responds
So i've tried this one
Its under onplayerdeath on my game mode
It works but it keep looping and resending everything the code have from the filter script
How to stop it then?
Only game mode responds
So i've tried this one
pawn Код:
CallRemoteFunction("OnPlayerDeath","iii",playerid,killerid,reason);
It works but it keep looping and resending everything the code have from the filter script
How to stop it then?

