SendClientMEssage
#9

You can't use \n, \r or anything like them in client message.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/fishhelp", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid, 0x000000, "Fisherman: Fisherman takes boat from base [Dock, island, what ever], types /work and goed to checkpoint. Checkpoint is in sea, he fishes here");
        SendClientMessage(playerid, 0x000000, "[so he needs to stay there a while[maybe drive thru markers]].");
        SendClientMessage(playerid, 0x000000, "Once loaded he goes to base and unloads the fish.");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
SendClientMEssage - by SomebodyAndMe - 31.08.2011, 19:08
Re : SendClientMEssage - by Naruto_Emilio - 31.08.2011, 19:12
Re: SendClientMEssage - by uprp - 31.08.2011, 19:14
Re : Re: SendClientMEssage - by Naruto_Emilio - 31.08.2011, 19:15
Re: Re : SendClientMEssage - by SomebodyAndMe - 31.08.2011, 19:18
Re : SendClientMEssage - by Naruto_Emilio - 31.08.2011, 19:19
Re: SendClientMEssage - by Amel_PAtomAXx - 31.08.2011, 19:43
Re: SendClientMEssage - by Swyft™ - 31.08.2011, 21:12
Re: SendClientMEssage - by =WoR=Varth - 01.09.2011, 03:05
Re: SendClientMEssage - by Tanush123 - 01.09.2011, 04:45

Forum Jump:


Users browsing this thread: 5 Guest(s)