23.10.2012, 14:18
How can i change the weapon damage?
new Float:HP;
GetPlayerHealth(playerid, HP);
if(weaponid == change) SetPlayerHealth(playerid, HP-change); // change this to the weapon ID you want and how much health it will take from the other player per hit.
return 1;