Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onPlayerKill( killer, player, reason, bodypart )
- {
- if ( reason <= 32 ) IncPlayerWep( killer, GetWeaponName( reason ), 1 );
- }
- function IncPlayerWep( player, wepName, amount )
- {
- db_account[ player.ID ][wepName] += amount;
- }
Add Comment
Please, Sign In to add comment