07.03.2012, 20:02
How do I get this to remove 30% of the value. Like so:
pawn Код:
subtotal = benefits + rank + onlinebonus + faction;
taxtotal = subtotal / 100 * 30;
total = taxtotal;