Chat spammed
#6

Try this:
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    switch(pickupid)
    {
        case news:
        {
            SendClientMessage(playerid, COLOR_GREY,"-------------------------------------------------------------------------------------------------");
            SendClientMessage(playerid, COLOR_LIGHTGREEN,"KAUFMAN CAB RECRUIMENT OFFICE");
            SendClientMessage(playerid, COLOR_GREY,"We are hiring new drivers! Type /TaxiJob for become a Kaufman's driver and start your work!");
            SendClientMessage(playerid, COLOR_GREY,"Use /R [Message] for comunicate with the other drivers. At every call you will see a message on your laptop.");
            SendClientMessage(playerid, COLOR_GREY,"-------------------------------------------------------------------------------------------------");
        }
        case pw:
        {
            SendClientMessage(playerid, COLOR_GREY,"-------------------------------------------------------------------------------------------------");
            SendClientMessage(playerid, COLOR_LIGHTGREEN,"BONE COUNTY PUBLIC WORKS RECRUIMENT OFFICE");
            SendClientMessage(playerid, COLOR_GREY,"We are hiring new workers! Type /PublicWorks for become a Public Worker and start your job!");
            SendClientMessage(playerid, COLOR_GREY,"Use /R [Message] for comunicate with the other workers.");
            SendClientMessage(playerid, COLOR_GREY,"-------------------------------------------------------------------------------------------------");
        }
        case taxi:
        {
            SendClientMessage(playerid, COLOR_GREY,"-------------------------------------------------------------------------------------------------");
            SendClientMessage(playerid, COLOR_LIGHTGREEN,"SAN ANDREAS NETWORK RECRUIMENT OFFICE");
            SendClientMessage(playerid, COLOR_GREY,"We are hiring new reporters! Type /SannJob for become a Reporter and start your Journalistc Career!");
            SendClientMessage(playerid, COLOR_GREY,"-------------------------------------------------------------------------------------------------");
        }
    }

    return 1;
}
Reply


Messages In This Thread
Chat spammed - by Gooday - 29.12.2011, 20:26
Re: Chat spammed - by Vince - 29.12.2011, 20:30
Re: Chat spammed - by Gooday - 29.12.2011, 20:51
Re: Chat spammed - by seanny - 29.12.2011, 20:55
Re: Chat spammed - by Luis- - 29.12.2011, 20:56
Re: Chat spammed - by PowerPC603 - 29.12.2011, 21:00
Re: Chat spammed - by Norck - 29.12.2011, 21:01

Forum Jump:


Users browsing this thread: 2 Guest(s)