[Ajuda] Erro no sscanf - Versão de Impressão +- Portal SAMP (https://portalsamp.com) +-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5) +--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6) +--- Tópico: [Ajuda] Erro no sscanf (/showthread.php?tid=2912) |
Erro no sscanf - Moltres - 19/10/2022 To compilando e esta dando esse erro no sscanf : fatal error 111: user error: sscanf utilises community compiler features. Use `#define SSCANF_NO_NICE_FEATURES` to live without (if you can call that living) or better yet download it here: github.com/pawn-lang/compiler/releases OBS: eu ja defini o SSCANF_NO_NICE_FEATURES porem continua com o erro RE: Erro no sscanf - xbruno1000x - 19/10/2022 Tem que por a definição antes das includes. Código: #define SSCANF_NO_NICE_FEATURES RE: Erro no sscanf - Moltres - 19/10/2022 (19/10/2022 12:28)Moltres Escreveu: To compilando e esta dando esse erro no sscanf : fatal error 111: user error: sscanf utilises community compiler features. Use `#define SSCANF_NO_NICE_FEATURES` to live without (if you can call that living) or better yet download it here: github.com/pawn-lang/compiler/releases Valeu brunao me salvou |