hello again... Again one problem...
#2

pawn Код:
CMD:think(playerid, params[])
{
    if(isnull(params)) return SendClientMessage(playerid, 0x8000FFC9, "/think [text]");
    new
        string[128],
        pName[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, pName,MAX_PLAYER_NAME);
    format(string, sizeof(string), "* thinks %s %s *", pName, params);
    SendClientMessageToAll(0x8000FFC9, string);
    return true;
}
Reply


Messages In This Thread
hello again... Again one problem... - by trapped1 - 26.04.2011, 12:41
Re: hello again... Again one problem... - by Raimis_R - 26.04.2011, 12:52
Re: hello again... Again one problem... - by trapped1 - 26.04.2011, 12:59
Re: hello again... Again one problem... - by Raimis_R - 26.04.2011, 13:01
Re: hello again... Again one problem... - by trapped1 - 26.04.2011, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)