drop only 10% of players wealth

This commit is contained in:
Lorenc Pekaj 2018-11-01 21:58:24 +11:00
parent c964914a97
commit cb6c7475a5

View File

@ -98,7 +98,7 @@ hook OnPlayerDeath( playerid, killerid, reason )
// drop player money // drop player money
new new
player_money = floatround( float( GetPlayerCash( playerid ) ) * 0.25 ); player_money = floatround( float( GetPlayerCash( playerid ) ) * 0.1 );
if ( player_money > 0 ) if ( player_money > 0 )
{ {