well ... my scripts :
I try to use alot of change number like that
when i use :
Code Select
SetWeaponDataValue(21, 6, 0.001); // For change damage of Stubby
I try to use alot of change number like that
Code Select
SetWeaponDataValue(21, 6, 1); // For change damage of Stubby
SetWeaponDataValue(21, 6, 2); // For change damage of Stubby
SetWeaponDataValue(21, 6, 0.5); // For change damage of Stubby
SetWeaponDataValue(21, 6, 0.00005); // For change damage of Stubby
But it's can only make the damage of Stubby Shotgun (ID 21) Strongger ... can't be weaker ...when i use :
Code Select
SetWeaponDataValue(21, 6, -1);
.... it's make no damage or negative damage ... is there anything wrong ? I mean i only want to make damage of stubby shotgun lower ... for example original damage of stubby is 120 per shot and i just want to lower down to 50 damage ... but still not work ... can u give me some idea ? Thanks