Help with some things
#6

Quote:
Originally Posted by Rivera
Посмотреть сообщение
nopes... /me isn't working for me again :P

there, I have taken a SS:
Try this:
pawn Код:
dcmd_me(playerid, params[])
{
    new pName[MAX_PLAYER_NAME], string[128];
    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
    if(sscanf(params, "s[128]", params)) return SendClientMessage(playerid, COLOR_RED, "/me <local IC chat>");
    format(string, sizeof(string), "%s %s", pName, params);
    SendClientMessageToAll(COLOR_PINK, string);
    return 0;
}
Reply


Messages In This Thread
Help with some things - by Rivera - 14.03.2011, 09:50
Re: Help with some things - by XFlawless - 14.03.2011, 09:51
Re: Help with some things - by Rivera - 14.03.2011, 09:52
Re: Help with some things - by HyperZ - 14.03.2011, 09:54
Re: Help with some things - by Rivera - 14.03.2011, 09:55
Re: Help with some things - by HyperZ - 14.03.2011, 09:56
Re: Help with some things - by Rivera - 14.03.2011, 09:57
Re: Help with some things - by HyperZ - 14.03.2011, 09:59
Re: Help with some things - by Rivera - 14.03.2011, 10:00
Re: Help with some things - by HyperZ - 14.03.2011, 10:30

Forum Jump:


Users browsing this thread: 1 Guest(s)