Se anything wrong here?
#5

Try:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/lichelp", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid,COLOR_YELLOW,"/buycarlic, /buyflylic, /buybikelic, /licenses");
        return 1;
        }

    if (strcmp("/cellhelp", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid,COLOR_YELLOW,"/call, /hangup, /pickup, /SMS, /pb, /mpn, /ph");
        return 1;
        }
        return 0;
        }
Reply


Messages In This Thread
Se anything wrong here? - by Cabby - 11.05.2009, 18:57
Re: Se anything wrong here? - by Klutty - 11.05.2009, 19:00
Re: Se anything wrong here? - by Cabby - 11.05.2009, 19:12
Re: Se anything wrong here? - by kLx - 11.05.2009, 19:20
Re: Se anything wrong here? - by Klutty - 11.05.2009, 19:24
Re: Se anything wrong here? - by Cabby - 11.05.2009, 19:36
Re: Se anything wrong here? - by Klutty - 11.05.2009, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)