50% less business payout in other cities

This commit is contained in:
Stev 2019-06-17 18:53:26 +01:00
parent 23f530940b
commit c816dc5a78

View File

@ -1761,6 +1761,9 @@ stock GetProductPrice( businessid, bool: hardened = false )
if ( strmatch( szCity, "San Fierro" ) ) {
price *= 1.10;
}
else {
price *= 0.50;
}
// hardened with vehicle, 25% more profit
if ( hardened ) {