Help me with pawno
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (!strcmp("/rules", cmdtext, true))
    {
        SendClientMessage(playerid, COLOR_RED, "===================");
        SendClientMessage(playerid, COLOR_WHITE, "No spawn-killing/camping.");
        SendClientMessage(playerid, COLOR_WHITE, "No car-parking, nor excessive car-ramming.");
        SendClientMessage(playerid, COLOR_WHITE, "Do not suicide to avoid getting killed");
        SendClientMessage(playerid, COLOR_WHITE, "Do not hack");
        SendClientMessage(playerid, COLOR_WHITE, "Do not tab, or quit, to avoid death.");
        SendClientMessage(playerid, COLOR_RED, "=====================");
        return 1;
    }
    if(!strcmp("/credits", cmdtext, true))
    {
        SendClientMessage(playerid, COLOR_YELLOW, "===================");
        SendClientMessage(playerid, COLOR_WHITE, "Owner: boomerboom");
        SendClientMessage(playerid, COLOR_WHITE, "Scripter: boomerboom");
        SendClientMessage(playerid, COLOR_WHITE, "Co-Owner:-");
        SendClientMessage(playerid, COLOR_WHITE, "Mapper: boomerboom");
        SendClientMessage(playerid, COLOR_YELLOW, "=====================");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Help me with pawno - by boomerboom - 28.09.2013, 12:35
Re: Help me with pawno - by Konstantinos - 28.09.2013, 12:36
Re: Help me with pawno - by boomerboom - 28.09.2013, 12:39
Re: Help me with pawno - by Konstantinos - 28.09.2013, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)