Simple command isn't working
#1

Hello,

I'm create some simple commands, but this one doens't work. It's just strange since I don't see the fault.
I've used those command before and those just worked. This one not:
pawn Code:
//-----[Me]-----
CMD:me(playerid, params[])
{
    if(sscanf(params, "s", playerid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[Action]");
    new string[128], text[64], pName[24];
    GetPlayerName(playerid,pName,128);
    format(string,sizeof string,"* %s %s",pName,text);
    SendClientMessageToAll(COLOR_RED,string);
    return 1;
}
When I am ingame the output is just:
*
Reply


Messages In This Thread
Simple command isn't working - by Kingunit - 27.08.2011, 21:52
Re: Simple command isn't working - by [MG]Dimi - 27.08.2011, 21:55
AW: Simple command isn't working - by Nero_3D - 27.08.2011, 21:58
Re: Simple command isn't working - by Jafet_Macario - 27.08.2011, 22:00
Re: Simple command isn't working - by Kingunit - 27.08.2011, 22:03
Re: Simple command isn't working - by Jafet_Macario - 27.08.2011, 22:05
Re: Simple command isn't working - by Kingunit - 27.08.2011, 22:10

Forum Jump:


Users browsing this thread: 1 Guest(s)