Need some help here please. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need some help here please. (
/showthread.php?tid=366832)
Need some help here please. -
N0FeaR - 07.08.2012
Код:
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");
Re: Need some help here please. -
HyDrAtIc - 07.08.2012
add this
pawn Код:
#define HTTP 0
#define HTTP 1
please add rep xD
Re: Need some help here please. -
FalconX - 07.08.2012
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:
Re: Need some help here please. -
N0FeaR - 07.08.2012
Quote:
Originally Posted by FalconX
Did you include a_http?
If not then add at top:
|
Thanks, i forgot to add that.
Re: Need some help here please. -
FalconX - 07.08.2012
Quote:
Originally Posted by N0FeaR
Thanks, i forgot to add that.
|
No problem mate