24.02.2012, 16:22
what is the damage rate of these weapons ?
deagle, spas, m4, ak47, mp5, shotgun, sniper, countryrifle, colt45, 9mm.
deagle, spas, m4, ak47, mp5, shotgun, sniper, countryrifle, colt45, 9mm.
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;
}