Problemas com DISCORD COMMAND CONTROLLER
#1

Pessoal, eu instalei a include DCC (Discord command controller) mas ao compilar a gamemode dб erro em certas linhas da include.

PHP Code:
error 001expected token")"but found "<"
warning 231state specification on forward declaration is ignored
error 001
expected token";"but found ")"
error 001expected token")"but found "<"
error 085no states are defined for symbol "SendDC"
error 029invalid expressionassumed zero
fatal error 107
too many error messages on one line 
LINHAS:

PHP Code:
forward OnDCCommandPerformed(args[], success);        
forward SendDC(channel[], const fmat[], va_args<>);
//Functions
public SendDC(channel[], const fmat[], va_args<>)
{
    new
        
str[145];
    
va_format(strsizeof (str), fmatva_start<2>);
    
BotChannel DCC_FindChannelById(channel);
    return 
DCC_SendChannelMessage(BotChannelstr);

Reply
#2

Vc tem esses requerimentos?
Code:
Discord Connector Plugin
YSI/y_ya.
sscanf2 plugin.
Reply
#3

Quote:
Originally Posted by DelK
View Post
Vc tem esses requerimentos?
Code:
Discord Connector Plugin
YSI/y_ya.
sscanf2 plugin.
Sim!
Reply
#4

Chama discord DelK#2799
Reply
#5

Quote:
Originally Posted by DelK
View Post
Chama discord DelK#2799
Blz adicionei lб
Reply
#6

Encontrada alguma soluзгo? Tambйm tenho este problema!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)