#6

Quote:
Originally Posted by Clive
Посмотреть сообщение
pawn Код:
if(strcmp(cmd, "/say", true) == 0)
{
    if(!strlen(cmdtext)) return SendClientMessage(playerid, COLOR_RED, "Usage: /asay [Text] ");
    new PlayerName[MAX_PLAYER_NAME], string[128];
    GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);
    format(string, sizeof(string), "**Admin [%s](id:%d): %s", PlayerName, playerid, cmdtext[0]);
    SendClientMessageToAll(COLOR_RED,string);
    return 1;
}
sorry but still... doesn't work:
picture:
Reply


Messages In This Thread
help - by omer5198 - 12.02.2011, 05:28
Re: help - by Mean - 12.02.2011, 10:27
Re: help - by omer5198 - 12.02.2011, 13:09
Re: help - by omer5198 - 12.02.2011, 13:49
Re: help - by HyperZ - 12.02.2011, 14:57
Re: help - by omer5198 - 12.02.2011, 18:02
Re: help - by Vince - 12.02.2011, 18:06
Re: help - by omer5198 - 12.02.2011, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)