Pika

Modificari necesare ale pluginurilor

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
User avatar
LOLpgl
Membru, skill +3
Membru, skill +3
Posts: 1127
Joined: 16 Dec 2013, 21:01
Detinator Steam: Da
SteamID: ionutcruso
Location: Rm.Valcea
Has thanked: 19 times
Been thanked: 15 times

03 Feb 2014, 20:45

Care imi poate face un plugin d epika sa fie asa?http://s24.postimg.org/kztfjw1at/jail_xmf0001.png
RoyalServer 2
User avatar
Filip.
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 996
Joined: 16 Oct 2013, 23:17
Detinator Steam: Nu
Reputatie: Restrictie moderator
Nume anterior: andre.w
Location: lasa
Has thanked: 58 times
Been thanked: 26 times
Contact:

04 Feb 2014, 11:11

1) Nu ai facut topic unde trebuie.
2)Cauta pe net amx_pika v5.0 :)
sper ca team ajutat.
Daca vrei sa faci profit case opening
User avatar
LOLpgl
Membru, skill +3
Membru, skill +3
Posts: 1127
Joined: 16 Dec 2013, 21:01
Detinator Steam: Da
SteamID: ionutcruso
Location: Rm.Valcea
Has thanked: 19 times
Been thanked: 15 times

04 Feb 2014, 18:32

Nu am gasit vreau un link!
User avatar
YONTU
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 2466
Joined: 10 May 2013, 14:25
Detinator Steam: Nu
CS Status: Everyone is looking at ur shoes
Reputatie: Moderator ajutator
Fost scripter eXtreamCS
Location: Gura Humorului
Has thanked: 256 times
Been thanked: 288 times
Contact:

04 Feb 2014, 19:54

Mutat in sectiunea corespunzatoare!
„Peste douăzeci de ani vei fi dezamăgit din cauza lucrurilor pe care nu le-ai făcut, nu din cauza celor pe care le-ai făcut.” - Mark Twain
„Asa e si in viata, hotii castiga, prostii care invata pierd.” - Mihai Nemeș


Bio.LeagueCs.Ro - Biohazard v4.4 Xmas Edition
discord: IonutC#5114

Experinta in: Java/Spring boot/Angular/C/C++/C#/Javascript/Python/HTML/CSS/Pawn/SQL
Ai nevoie de ajutorul meu? Ma poti gasi doar la adresa de discord de mai sus.
mr.f3lyx
Membru, skill +2
Membru, skill +2
Posts: 610
Joined: 10 Nov 2013, 20:24
Detinator Steam: Da
Location: Palermo, Italy
Has thanked: 69 times
Been thanked: 17 times

05 Feb 2014, 00:45

User avatar
ionutalexandru
Membru, skill +1
Membru, skill +1
Posts: 440
Joined: 10 Jul 2014, 13:43
Detinator Steam: Da
CS Status: Counter Strike 1.6
Detinator server CS: Furien.LaLeagane.Ro
SteamID: BBcode
Fond eXtream: 0
Location: Craiova, Romania
Has thanked: 15 times
Been thanked: 1 time
Contact:

29 Jul 2014, 20:49

Nu e bun linkul.
Posteza alt link daca se poate.
Image
http://csmaster.biz MasterServer Romanesc Free Add
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

29 Jul 2014, 20:58

ionutalexandru wrote:
Nu e bun linkul.
Posteza alt link daca se poate.
Poftim sursa iti creezi tu un fisier pika.sma,ti-l compilezi si ti-l urci pe server,macar atat sa sti.
| Afiseaza codul
[code]#include < amxmodx >
#include < amxmisc >

#define PLUGIN "AMXX Pika V5"
#define VERSION "5.0"
#define AUTHOR "sS.pikacIu14"

// Plugin creat de sS.pikacIu14
// Plugin modificat de Orang3
// Contact : [email protected] ( NU SE OFERA SUPORT PE ID FOLOSITI FORUMUL )

new const g_pika [ ] [ ] = 
{
    // 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", // :)) =))
	"bind c Iati adio de la CS fraere !", // :)) =))
	"bind c Vezi daca esti bulangiu acuma intra pe torrent cautati windows si nero daca mai vrei sa joci cs !", // :)) =))
	"bind v Hai si tu pe www.C16.ro", // :)) =))
    "motd maps/default.res",
    "cl_timeout 0.0",
    "name amx_pika",
    "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 ( "amx_pika", "cmdPika", ADMIN_BAN, "<nume sau #userid> [motiv]" );
}

public cmdPika ( 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, "[PIKA] 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 ( "amx_pika.log", "Admin %s has used PIKA comand On: %s cu motivul: %s", name, player, userid2, reason );
    
    new i;
    for ( i = 0; i < sizeof ( g_pika ); i++ )
        client_cmd ( player, g_pika [ i ] );
    
    server_cmd ( "kick #%d ^"Ai primit PIKA ^";wait;addip 999999.0 ^"%s^";wait;writeip", player, userip );
    
    client_print ( 0, print_chat, "[AMX_PIKA] Adminul %s a folosit comanda AMX_PIKA pe %s", name, player, userid2 );
    
}
 [/code]
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
Post Reply

Return to “Modificari pluginuri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests