03.09.2013, 01:42
Somethings like that also - visit this wiki sa-mp page to find more informations about this callback.
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid) + 1);
return 1;
}