Errors
#6

Quote:
Originally Posted by mamorunl
Посмотреть сообщение
pawn Код:
if(phonenumb == 555)
    {
        if ((strcmp("yes", text, true, strlen(text)) == 0) && (strlen(text) == strlen("yes")))
        {
            SendClientMessageEx(playerid, COLOR_WHITE, "Text message delivered.");
            if (gTeam[playerid] == 2 || gTeam[playerid] == 1)
            {
                SendClientMessageEx(playerid, COLOR_YELLOW, "SMS: DONT SMS ME BITCH!, Sender: MOLE (555)");
                RingTone[playerid] = 20;
                return 1;
            }
            return 1;
        }
        else
        {
            SendClientMessageEx(playerid, COLOR_YELLOW, "SMS: DONT SMS ME BITCH!, Sender: MOLE (555)");
            RingTone[playerid] = 20;
            return 1;
        }
You are forgetting to close every copy of this snippet.
Can fix it please?
btw, rep +1
Reply


Messages In This Thread
Errors - by Nivniv2 - 22.02.2013, 13:05
Re: Errors - by silenthill - 22.02.2013, 13:08
Re: Errors - by mamorunl - 22.02.2013, 13:08
Re: Errors - by Nivniv2 - 22.02.2013, 13:15
Re: Errors - by mamorunl - 22.02.2013, 13:18
Re: Errors - by Nivniv2 - 22.02.2013, 13:22
Re: Errors - by silenthill - 22.02.2013, 13:24
Re: Errors - by mamorunl - 22.02.2013, 13:46
Re: Errors - by Nivniv2 - 22.02.2013, 13:54
Re: Errors - by mamorunl - 22.02.2013, 19:25

Forum Jump:


Users browsing this thread: 1 Guest(s)