Portal SAMP
[Ajuda] Problemas com a_http.inc - 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] Problemas com a_http.inc (/showthread.php?tid=1839)



Problemas com a_http.inc - Lucas Carlos - 13/11/2021

Estou compilando meu gamemode e apos copilar aparece o seguinte erro 
Código PHP:
pawno\include\a_http.inc(22) : error 021symbol already defined"HTTP" 
 alguem poderia me ajudar a resolver esse erro pfvr


RE: Problemas com a_http.inc - Jogador - 14/11/2021

Reescreve assim:
Código:
#if !defined HTTP
    native HTTP(index, type, url[], data[], callback[]);
#endif

ou no inicio da include

Código:
#if defined _http_included
    #endinput
#endif
#define _http_included