From cb6c7475a5fcc8e00cf66c5d335fbf5fe74b9ba2 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Thu, 1 Nov 2018 21:58:24 +1100 Subject: [PATCH] drop only 10% of players wealth --- gamemodes/irresistible/cnr/features/weapon_drop.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/weapon_drop.pwn b/gamemodes/irresistible/cnr/features/weapon_drop.pwn index 7123c1a..395499d 100644 --- a/gamemodes/irresistible/cnr/features/weapon_drop.pwn +++ b/gamemodes/irresistible/cnr/features/weapon_drop.pwn @@ -98,7 +98,7 @@ hook OnPlayerDeath( playerid, killerid, reason ) // drop player money new - player_money = floatround( float( GetPlayerCash( playerid ) ) * 0.25 ); + player_money = floatround( float( GetPlayerCash( playerid ) ) * 0.1 ); if ( player_money > 0 ) {