SA-MP Forums Archive
їHELP? - 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: їHELP? (/showthread.php?tid=658212)



Help please, I really need it :c - SapMan - 26.08.2018

sa-mp-219.png

Captura.PNG

Captura1.PNG

Captura2.PNG

PHP Code:
new SERVER_DOWNLOAD[] = "http://github.com/SapMan/ServerModels/tree/master/models/"
public 
OnPlayerRequestDownload(playeridtypecrc

    if(!
IsPlayerConnected(playerid)) return 0
     
    new 
filename[64], filefoundurl_final[256]; 
     
    if(
type == DOWNLOAD_REQUEST_TEXTURE_FILE
        
filefound FindTextureFileNameFromCRC(crcfilenamesizeof(filename)); 
    else if(
type == DOWNLOAD_REQUEST_MODEL_FILE
        
filefound FindModelFileNameFromCRC(crcfilenamesizeof(filename)); 
    if(
filefound
    { 
        
format(url_finalsizeof(url_final), "%s/%s"SERVER_DOWNLOADfilename); 
        
RedirectDownload(playeridurl_final); 
    } 
    return 
1

Any recommended page to upload files?


Re: їHELP? - SapMan - 27.08.2018

HELP ME, PLEASE!