03.10.2012, 08:17
Can someone tell me when to use else for this situation I'm in.
I want to use else so if they don't have enough money it will say "You don't have enough money!", please help.
Quote:
case 0: { SetPlayerFightingStyle(playerid, FIGHT_STYLE_BOXING); GivePlayerMoney(playerid, -100); SendClientMessage(playerid, COLOR_WHITE, "You've learnt Boxing!"); } |