Need some help here please.
#1

Код:
C:\Users\N0FeaR\Desktop\New folder\pawno\include\/CRP/Publics/OnDialogResponse.pwn(2375) : error 017: undefined symbol "HTTP"
C:\Users\N0FeaR\Desktop\New folder\pawno\include\/CRP/Publics/OnDialogResponse.pwn(2387) : error 017: undefined symbol "HTTP"
pawn Код:
HTTP(playerid, HTTP_GET, "samp.p-rp.com/scott/radio/radio.php?listgenres=1", "", "GenreHTTP");
Reply
#2

add this

pawn Код:
#define HTTP 0
#define HTTP 1
please add rep xD
Reply
#3

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Код:
C:\Users\N0FeaR\Desktop\New folder\pawno\include\/CRP/Publics/OnDialogResponse.pwn(2375) : error 017: undefined symbol "HTTP"
C:\Users\N0FeaR\Desktop\New folder\pawno\include\/CRP/Publics/OnDialogResponse.pwn(2387) : error 017: undefined symbol "HTTP"
pawn Код:
HTTP(playerid, HTTP_GET, "samp.p-rp.com/scott/radio/radio.php?listgenres=1", "", "GenreHTTP");
Did you include a_http?

If not then add at top:

pawn Код:
#include <a_http>
Reply
#4

Quote:
Originally Posted by FalconX
Посмотреть сообщение
Did you include a_http?

If not then add at top:

pawn Код:
#include <a_http>
Thanks, i forgot to add that.
Reply
#5

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Thanks, i forgot to add that.
No problem mate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)