SSCANF 2 Command Issue
#8

Check on your includes. If i'm not mistaken, i think zcmd has that defined.

Edit- Else try this

pawn Код:
COMMAND:say(playerid, params[])
{
    if(sscanf(params, "s[128]", params)) return SendClientMessage(playerid, COLOR_RED, "Usage: /Say < Message >");
    format(string, sizeof(string), "Me: %s", params);
    SendClientMessageToAll(COLORHERE, string);
    return 1;
}
Just include a player name if you want
Reply


Messages In This Thread
SSCANF 2 Command Issue - by Scenario - 28.09.2010, 23:53
Re: SSCANF 2 Command Issue - by bigcomfycouch - 29.09.2010, 00:03
Re: SSCANF 2 Command Issue - by Scenario - 29.09.2010, 00:11
Re: SSCANF 2 Command Issue - by bigcomfycouch - 29.09.2010, 00:12
Re: SSCANF 2 Command Issue - by Scenario - 29.09.2010, 00:19
Re: SSCANF 2 Command Issue - by [L3th4l] - 29.09.2010, 00:23
Re: SSCANF 2 Command Issue - by Scenario - 29.09.2010, 00:26
Re: SSCANF 2 Command Issue - by [L3th4l] - 29.09.2010, 00:33
Re: SSCANF 2 Command Issue - by Grim_ - 29.09.2010, 00:34
Re: SSCANF 2 Command Issue - by Scenario - 29.09.2010, 00:39

Forum Jump:


Users browsing this thread: 1 Guest(s)