[Ajuda] Chat
#3

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        new rStr[148];
        format(rStr, sizeof(rStr), "{FF0000}[ERRO]O Comando: {F0FF0F}%s {FF0000}Nгo existe!", cmdtext);
        SendClientMessage(playerid, 0x33AA33AA, rStr);
        return true;
    }
    return true;
}
Reply


Messages In This Thread
Chat - by Agamaster - 17.12.2013, 17:09
Re: Chat - by Tugamars - 17.12.2013, 17:55
Re: Chat - by ExPLORE - 17.12.2013, 22:18

Forum Jump:


Users browsing this thread: 1 Guest(s)