[Ajuda] Problema "Unknow Command"
#3

PHP код:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
    new 
CMDtxt[128];
    if(!
success//linha 6505
    
{
            
TextDrawSetString(CMDtxt"Comando invalido, digite /cmds."); //linha 6507
            
TextDrawShowForPlayer(playeridCMDtxt); //linha 6508
            
SetTimerEx("@HideWrongCommand"2000false"i"playerid);
            return 
1;
    }
    return 
1;

Reply


Messages In This Thread
Problema "Unknow Command" - by F1N4L - 28.10.2015, 01:23
Re: Problema "Unknow Command" - by SepZ - 28.10.2015, 02:49
Re: Problema "Unknow Command" - by Galhardo - 28.10.2015, 03:13
Re: Problema "Unknow Command" - by F1N4L - 28.10.2015, 23:09

Forum Jump:


Users browsing this thread: 1 Guest(s)