bullet damage rate
#1

what is the damage rate of these weapons ?

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

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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)