error 054: unmatched closing brace ("}")
#1

Hello, I have a little problem that I have a hard set could you give me a helping hands? Thank you
Код:
	}
	if(!strcmp(option, "money", true, 5))
	{
		if(sscanf(params, "s[32]i", option, amount)) return SendClientMessage(playerid, COLOR_WHITE, "[Utilisation]: /coffremaison deposer argent [montant]");
		if(PlayerInfo[playerid][pMoney] < amount) return SendClientMessage(playerid, COLOR_GREY, "Vous ne disposez pas autant d'argent sur vous.");
		HouseInfo[idx][hMoney] += amount;
		SafeGivePlayerMoney(playerid, -amount);
		format(string, sizeof(string), "* %s ouvre son coffre et depose $%d et ferme par la suite.", RPN(playerid), amount);
		SendNearbyMessage(playerid, 15, string, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE);
	}
Reply


Messages In This Thread
error 054: unmatched closing brace ("}") - by Smocky - 06.02.2017, 15:24
Re: error 054: unmatched closing brace ("}") - by AndreiWow - 06.02.2017, 15:25
Re: error 054: unmatched closing brace ("}") - by Smocky - 06.02.2017, 15:31
Re: error 054: unmatched closing brace ("}") - by Smocky - 06.02.2017, 15:41
Re: error 054: unmatched closing brace ("}") - by AndreiWow - 06.02.2017, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)