06.12.2013, 09:50
Quote:
This is not my problem here, I have also tried printing whenever a player is taking damage, still doesnt work.
|
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
print("OnPlayerTakeDamage is being called..");
return 1;
}