07.04.2012, 14:52
you don't need else, becouse in check
if player has more than 100$ , there is no check , i don't know how to explain that batter.
look , read the code , if player has less than 100$, code will send him message, if he has more than 100$ , code will continue , sorry for bad explain..
Quote:
if(GetPlayerMoney(playerid) < 100) return SendClientMessage(playerid, 0xFF0000AA,"You don't have enough money"); |
look , read the code , if player has less than 100$, code will send him message, if he has more than 100$ , code will continue , sorry for bad explain..