04-30-2023, 07:53 AM
Ky plugins sherben per ta rregulluar fast download, (per ata qe se din shum kan problem me fastdownload p.sh duhet me jek cs krejt tani me hi me i bo fastdownload e me kit plugins ski nevoj me ju bo aj problem lojtarve)
Shkarkojm
FIxFastDL.amxx
pluginsin .amxx e vendosim ne cstrike > addons > amxmodx > plugins
dhe shkojm cstrike > addons > amxmodx > configs > plugins.ini ne fund e vendosim FIxFastDL.amxx
Ndrrojm mapen dhe do rregullohet fastdl
Cka permban ky plugins:
[spoiler]#include < amxmodx >
#include < fakemeta >
new const VERSION[ ] = "0.0.3";
new const SYMBOLS[ ][ ] =
{
"!" , "@" , "#" ,"$" , "%" , "&",
"*" , "(" , ")" , "_" , "-" , "=" , "+",
"{" , "[" , "}" , "]" , ":" , ";" , "'" , "\",
"|" , "/" , "<" , ">" , "." , "?"
};
new Trie:g_check;
new Trie:g_reconnect;
new ServerIp[ 32 ]
public plugin_init()
{
register_plugin( "Fix fast download to reconnect", VERSION, "PomanoB \ Bos93" );
register_forward( FM_ClientDisconnect, "fw_ClientDisconnect" );
g_check = TrieCreate();
g_reconnect = TrieCreate();
get_user_ip( 0, ServerIp, charsmax( ServerIp ) );
}
public fw_ClientDisconnect( pPlayer )
{
new zsIp[32];
get_user_ip( pPlayer, zsIp, charsmax( zsIp ) );
TrieSetCell( g_reconnect, zsIp, 1 );
}
public client_connect( pPlayer )
{
new zsIp[32]
new lastTime
get_user_ip( pPlayer, zsIp, charsmax( zsIp ) );
if ( TrieKeyExists( g_reconnect , zsIp ) )
{
if ( !TrieGetCell( g_check, zsIp, lastTime ) || lastTime < get_systime( ) - 4 )
{
TrieSetCell( g_check, zsIp, get_systime( ) ) ;
TrieClear( g_reconnect );
client_cmd( pPlayer, "Connect %s`%c", ServerIp, SYMBOLS[ random_num( 0, sizeof SYMBOLS - 1 ) ] );
}
}
}[/spoiler]
Shkarkojm
FIxFastDL.amxx
pluginsin .amxx e vendosim ne cstrike > addons > amxmodx > plugins
dhe shkojm cstrike > addons > amxmodx > configs > plugins.ini ne fund e vendosim FIxFastDL.amxx
Ndrrojm mapen dhe do rregullohet fastdl
Cka permban ky plugins:
[spoiler]#include < amxmodx >
#include < fakemeta >
new const VERSION[ ] = "0.0.3";
new const SYMBOLS[ ][ ] =
{
"!" , "@" , "#" ,"$" , "%" , "&",
"*" , "(" , ")" , "_" , "-" , "=" , "+",
"{" , "[" , "}" , "]" , ":" , ";" , "'" , "\",
"|" , "/" , "<" , ">" , "." , "?"
};
new Trie:g_check;
new Trie:g_reconnect;
new ServerIp[ 32 ]
public plugin_init()
{
register_plugin( "Fix fast download to reconnect", VERSION, "PomanoB \ Bos93" );
register_forward( FM_ClientDisconnect, "fw_ClientDisconnect" );
g_check = TrieCreate();
g_reconnect = TrieCreate();
get_user_ip( 0, ServerIp, charsmax( ServerIp ) );
}
public fw_ClientDisconnect( pPlayer )
{
new zsIp[32];
get_user_ip( pPlayer, zsIp, charsmax( zsIp ) );
TrieSetCell( g_reconnect, zsIp, 1 );
}
public client_connect( pPlayer )
{
new zsIp[32]
new lastTime
get_user_ip( pPlayer, zsIp, charsmax( zsIp ) );
if ( TrieKeyExists( g_reconnect , zsIp ) )
{
if ( !TrieGetCell( g_check, zsIp, lastTime ) || lastTime < get_systime( ) - 4 )
{
TrieSetCell( g_check, zsIp, get_systime( ) ) ;
TrieClear( g_reconnect );
client_cmd( pPlayer, "Connect %s`%c", ServerIp, SYMBOLS[ random_num( 0, sizeof SYMBOLS - 1 ) ] );
}
}
}[/spoiler]
MY TOPICS:
GENETIC DEATHRUN WITH FPS BOOSTER - FPS 1000
Quote:Counter-Strike 1.6 – WaRzOnE (48 + 47) // +BOT
1. [Photoshop] Cartoon Effect
2. [CS] Si te instalojm "SwiftPanelin".
3. [CS] Komandat per Root/linux & Te gjita Problemet e tyre
4. [CS] Si ta rrisim FPS deri 99 [edhe nese se kemi NVIDIA]
5. [CS] FPS/Ping -Hltv Booster_mm
6. [CS] Si ta rregullojm STEAM VALIDATION REJECTED
GENETIC DEATHRUN WITH FPS BOOSTER - FPS 1000



![[Image: graphic.png]](http://csgo-stats.com/fiisgs9/graphic.png)
![[Image: e8UPPSm.jpg]](http://i.imgur.com/e8UPPSm.jpg)

![[Image: giphy.gif]](https://media.giphy.com/media/3osxYnt0GQmF1fo56E/giphy.gif)
![[Image: 5ZUlaXc.gif]](http://i.imgur.com/5ZUlaXc.gif)