SA-MP Forums Archive
http problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: http problem (/showthread.php?tid=334933)



http problem - TheRoss - 16.04.2012

PHP код:
format szTranslate sizeof szTranslate ) , URL szTranslateStartEng szTranslateEndEng szTranslateText ) ;
HTTP playerid HTTP_GET szTranslate "" "BufferTextTranslate" ) ;
printf "%s" szTranslate ) ;
public 
BufferTextTranslate index response_code data [ ] ) {
    if ( 
response_code == 200 ) {
        new
            
szBuffer 128 
        ;
        
format szBuffer sizeof szBuffer ) , ""#TEXT_TRANSLATE_SUCCESS": %s" , data ) ;
        
SendClientMessage index , -szBuffer ) ;
    } else {
        
SendClientMessage index , -#TEXT_TRANSLATE_FAIL ) ;
        
printf "ERROR: %d" response_code ) ;
    }

But:

Код:
[17:53:30] http://translate.******.ru/#en|ru|Hello
[17:53:33] ERROR: 1
How do I fix it?


Re: http problem - TheRoss - 17.04.2012

up ( 4 )