compound statement not closed
#2

in this u have forgot to close braces
Код:
 if(listitem == 14)
                        {
                        SetPlayerColor(playerid,0x800080);
                        SendClientMessage(playerid,0x800080, "The color of your name has been set to purple.");
                        PlayerPlaySound(playerid, 1134, 0.0, 0.0, 0.0);
                        {
replace this with
Код:
 if(listitem == 14)
                        {
                        SetPlayerColor(playerid,0x800080);
                        SendClientMessage(playerid,0x800080, "The color of your name has been set to purple.");
                        PlayerPlaySound(playerid, 1134, 0.0, 0.0, 0.0);
                        }
Reply


Messages In This Thread
compound statement not closed - by maaz - 18.03.2014, 10:03
Re: compound statement not closed - by BroZeus - 18.03.2014, 10:09
Re: compound statement not closed - by maaz - 18.03.2014, 10:13

Forum Jump:


Users browsing this thread: 1 Guest(s)