Not displaying whole sentence..
#5

Quote:
Originally Posted by MadeMan
pawn Код:
if(strcmp(cmd, "/o", true) == 0)
    {
        strmid(tmp, cmdtext, 3, strlen(cmdtext));
        if(!strlen(tmp))
        {
            SendClientMessage(playerid,COLOR_RED,"USAGE: /o [message]");
            return 1;
        }
        GetPlayerName(playerid, sendername, sizeof(sendername));
        format(string, sizeof(string),"(([OOC] [%s]: %s ))",sendername,tmp);
        SendClientMessageToAll(COLOR_LIGHTBLUE,string);
        print(string);
        return 1;
    }
Thank you very much!
But do you know how i can make /b?
Reply


Messages In This Thread
Not displaying whole sentence.. - by Ihsan_Cingisiz - 31.05.2010, 13:25
Re: Not displaying whole sentence.. - by (.Aztec); - 31.05.2010, 13:37
Re: Not displaying whole sentence.. - by ettans - 31.05.2010, 13:40
Re: Not displaying whole sentence.. - by MadeMan - 31.05.2010, 14:59
Re: Not displaying whole sentence.. - by Ihsan_Cingisiz - 31.05.2010, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)