17/12/2023 23:35
Recentemente, estou tentando usar "y_commands", mas está apresentando erros durante a compilação.
Estou usando a versão mais recente do YSI e do compilador da comunidade.
Erro:
Estou usando a versão mais recente do YSI e do compilador da comunidade.
Código PHP:
#include "../include/YSI-Includes/YSI_Visual\y_commands"
CMD:name(playerid, params[])
{
// Run the command.
return 1;
}
Erro:
Código PHP:
Pawn compiler 3.10.10 Copyright (c) 1997-2006, ITB CompuPhase
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(230) : error 001: expected token: "-identifier-", but found "("
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : error 017: undefined symbol "Iterator@YSI_g_sPlayerCmd"
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : error 017: undefined symbol "Iterator@YSI_g_sPlayerCmd"
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : warning 215: expression has no effect
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : error 001: expected token: ";", but found "]"
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : fatal error 107: too many error messages on one line
Compilation aborted.