[Ajuda] Problema "Unknow Command"
#4

Quote:
Originally Posted by SepZ
Посмотреть сообщение
que funзгo й essa, "Desbug"?

PHP код:
// topo do gm
new Text:CMDtext[MAX_PLAYERS];
//OnGameModeInit
TextDrawCreate(...
//CommandPerf..
if(!success//linha 6505
{
    
TextDrawSetString(CMDtxt[playerid], "Comando invalido, digite /cmds."); 
    
TextDrawShowForPlayer(playeridCMDtxt[playerid]); 
    
SetTimerEx("@HideWrongCommand"2000false"i"playerid);
    return 
1;

@edit
Quote:
Originally Posted by Galhardo
Посмотреть сообщение
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;

Obrigado Amigos!
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: 2 Guest(s)