[HELP] Everyone on the server can read my /local...
#4

this should do it.
pawn Код:
if(!strcmp(cmdtext, "/local", true, 6))
    {
        new str[256], pname[256];
        GetPlayerName(playerid, pname, 256);
        format(str, 256, "(( Local Ooc: %s:%s ))", pname, cmdtext[6]);
        LimitGlobalChatRadius(20);
        OnPlayerText(playerid, str);
        LimitGlobalChatRadius(999999);
        return 1;
    }
Reply


Messages In This Thread
[HELP] Everyone on the server can read my /local... - by FreddeN - 28.05.2009, 21:43
Re: [HELP] Everyone on the server can read my /local... - by Puzi - 28.05.2009, 21:57
Re: [HELP] Everyone on the server can read my /local... - by BP13 - 28.05.2009, 22:12
Re: [HELP] Everyone on the server can read my /local... - by Daren_Jacobson - 29.05.2009, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)