[Ajuda] Unknow Command
#9

eu uso assim

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        new string[256];
        format(string, sizeof(string), "Vocк digitou: %s - Comando invбlido.", cmdtext);
        SendClientMessage(playerid, 0xFF0000AA, string);
        return 1;
    }
    return 1;
}
e comigo funciona
Reply


Messages In This Thread
Unknow Command - by ThiagoMK - 08.08.2013, 21:42
Re: Unknow Command - by Standby - 08.08.2013, 21:48
Re : Re: Unknow Command - by ThiagoMK - 08.08.2013, 21:54
Re: Unknow Command - by PT - 08.08.2013, 22:08
Re : Re: Unknow Command - by ThiagoMK - 08.08.2013, 22:25
Re: Unknow Command - by PT - 08.08.2013, 22:34
Re : Unknow Command - by ThiagoMK - 08.08.2013, 22:45
Re: Unknow Command - by darkxdll - 08.08.2013, 22:57
Re: Unknow Command - by PT - 08.08.2013, 23:10
Re : Unknow Command - by ThiagoMK - 08.08.2013, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)