Raised This Month: $12 Target: $400
 3% 

[CS:GO] Radar and loading screen downloader


Post New Thread Reply   
 
Thread Tools Display Modes
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 06-14-2018 , 09:12   Re: [CS:GO] Radar and loading screen downloader
Reply With Quote #31

Radar images can still download
__________________
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Zyten
Senior Member
Join Date: Jan 2018
Old 06-14-2018 , 09:53   Re: [CS:GO] Radar and loading screen downloader
Reply With Quote #32

Quote:
Originally Posted by _GamerX View Post
Radar images can still download
i just dont know how to get the picture
Zyten is offline
Zyten
Senior Member
Join Date: Jan 2018
Old 06-14-2018 , 10:09   Re: [CS:GO] Radar and loading screen downloader
Reply With Quote #33

Quote:
Originally Posted by sneaK View Post
By shipping them in the appropriate folder along with the map when released, or packed inside the bsp.
but how to u get the files to put them appropriate place?
Zyten is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 06-14-2018 , 15:23   Re: [CS:GO] Radar and loading screen downloader
Reply With Quote #34

my code

PHP Code:
    /***************************************************/
    
FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s.txt"map);
    if(
FileExists(buffer))
    {
        
ReplaceString(buffersizeof(buffer), "../csgo/""");
        
AddFileToDownloadsTable(buffer);
    }
    
FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar.dds"map);
    if(
FileExists(buffer))
    {
        
ReplaceString(buffersizeof(buffer), "../csgo/""");
        
AddFileToDownloadsTable(buffer);
    }
    
FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar_spectate.dds"map);
    if(
FileExists(buffer))
    {
        
ReplaceString(buffersizeof(buffer), "../csgo/""");
        
AddFileToDownloadsTable(buffer);
    }
    
/***************************************************/ 
__________________
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Zyten
Senior Member
Join Date: Jan 2018
Old 06-14-2018 , 16:55   Re: [CS:GO] Radar and loading screen downloader
Reply With Quote #35

Quote:
Originally Posted by _GamerX View Post
my code

PHP Code:
    /***************************************************/
    
FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s.txt"map);
    if(
FileExists(buffer))
    {
        
ReplaceString(buffersizeof(buffer), "../csgo/""");
        
AddFileToDownloadsTable(buffer);
    }
    
FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar.dds"map);
    if(
FileExists(buffer))
    {
        
ReplaceString(buffersizeof(buffer), "../csgo/""");
        
AddFileToDownloadsTable(buffer);
    }
    
FormatEx(buffersizeof(buffer), "../csgo/resource/overviews/%s_radar_spectate.dds"map);
    if(
FileExists(buffer))
    {
        
ReplaceString(buffersizeof(buffer), "../csgo/""");
        
AddFileToDownloadsTable(buffer);
    }
    
/***************************************************/ 
is that plugin?
Zyten is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:05.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode