02.05.2014, 16:16
Actually a simple thing, can be learned from wiki without help and explenation. But good job anyway, I can see you did a great job making this, put a lot of effort in it, and explained a lot.
Just saying, I hate using two orperators at one place (except at cases where we have to use " == ") so people who are just like me can use
I like mathematical numbers more than orperators, it's just how I like it.
Quote:
Change GetPlayerMoney(playerid) < 2500 to GetPlayerMoney(playerid) <= 2500. |
pawn Код:
if(GetPlayerMoney(playerid) < 2499)