Argument Type Mismatch..
#4

/help and /teleports isn't 10 characters long...

pawn Код:
if (strcmp("/help", cmdtext, true) == 0)
    {
        SendClientMessage(playerid, COLOR_RED, "Type /teleports for teleports.");
        SendClientMessage(playerid, COLOR_RED, "Type /stunt for stunting locations.");
        SendClientMessage(playerid, COLOR_RED, "Type /dm for deathmatch locations.");
        SendClientMessage(playerid, COLOR_RED, "Type /kill to suicide.");
        SendClientMessage(playerid, COLOR_RED, "Type /chilliad to go back to the spawn.");
        return 1;
    }
   
    if (strcmp("/teleports", cmdtext, true) == 0)
    {
        SendClientMessage(playerid, COLOR_RED, "/airportls /airportsf /airportlv /airportdesert");
        return 1;
    }
    return 0;
}
You sure you defined COLOR_RED?
Reply


Messages In This Thread
Argument Type Mismatch.. - by Hiyoko - 21.03.2009, 11:45
Re: Argument Type Mismatch.. - by Dreftas - 21.03.2009, 11:48
Re: Argument Type Mismatch.. - by Hiyoko - 21.03.2009, 11:49
Re: Argument Type Mismatch.. - by LarzI - 21.03.2009, 11:56
Re: Argument Type Mismatch.. - by mascii - 21.03.2009, 11:59
Re: Argument Type Mismatch.. - by Hiyoko - 21.03.2009, 12:10
Re: Argument Type Mismatch.. - by Cueball - 21.03.2009, 12:13
Re: Argument Type Mismatch.. - by MenaceX^ - 21.03.2009, 12:55
Re: Argument Type Mismatch.. - by ICECOLDKILLAK8 - 21.03.2009, 13:06
Re: Argument Type Mismatch.. - by LarzI - 21.03.2009, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)