23.01.2012, 10:14
why not just do
works for me.
pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
ClearAnimations(playerid);
return 1;
}