/me command ???
#2

it means your useing new pname twice make it

pawn Код:
}
    if(strcmp(cmdtext, "/me", true, 3)==0) {
    new pname1[24], string[256];
    GetPlayerName(playerid, pname1, 24);
    format(string, 256, "* %s %s", pname1, cmdtext[4]);
    SendClientMessageToAll(0xFFFFFFAA , string);
    return 1;
or delete one of the new pname
Reply


Messages In This Thread
/me command ??? - by MB@ - 22.08.2009, 22:06
Re: /me command ??? - by shady91 - 22.08.2009, 22:08
Re: /me command ??? - by Zafire1410 - 22.08.2009, 22:10
Re: /me command ??? - by MB@ - 22.08.2009, 22:13
Re: /me command ??? - by shady91 - 22.08.2009, 22:15
Re: /me command ??? - by Abernethy - 22.08.2009, 22:18
Re: /me command ??? - by shady91 - 22.08.2009, 23:05

Forum Jump:


Users browsing this thread: 1 Guest(s)