SA-MP Forums Archive
bullet damage rate - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: bullet damage rate (/showthread.php?tid=320793)



bullet damage rate - Champ - 24.02.2012

what is the damage rate of these weapons ?

deagle, spas, m4, ak47, mp5, shotgun, sniper, countryrifle, colt45, 9mm.


Re: bullet damage rate - Babul - 24.02.2012

find out yourself:
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new string[64];
    format(string,sizeof(string),"%f",amount);
    GameTextForPlayer(playerid,string,4000,4);
    GameTextForPlayer(issuerid,string,4000,4);
    return 1;
}