02.02.2017, 21:06
The only worthwhile optimisation is if DonLV is an integer and you avoid all float functions
PHP код:
new itemPrice = gShop[listitem][ItemPrice];
GiveMoney(playerid, (itemPrice * PlayerStat[playerid][DonLV]) / 5 - itemPrice);

