easy job
#1

Код:
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;
        }
please close every copy of this snippet, i didn't really get it
Reply
#2

BUMP

anyone?
Reply
#3

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;
        }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)