sp1lv3ns Posted February 27, 2010 Report Share Posted February 27, 2010 Kāds var palīdzēt? Meklēju tādu pluginu : amx_slay <CT_TEAM> <TS_TEAM> Link to comment Share on other sites More sharing options...
ngEAr Posted February 27, 2010 Report Share Posted February 27, 2010 http://forums.alliedmods.net/showthread.php?p=52300 Ja maki scriptot vnk izsledz parejo un atstaj tikai ko tev vajag. Link to comment Share on other sites More sharing options...
sp1lv3ns Posted February 27, 2010 Author Report Share Posted February 27, 2010 nemaku! Link to comment Share on other sites More sharing options...
Lasens.dll Ja!:) Posted February 27, 2010 Report Share Posted February 27, 2010 (edited) Parveidoju pluginu ta ka tev vajag Nēesmu notestējis vai iet ,bet domāju ka visam jabūt normāli -> Slay Plugins <- Edited February 27, 2010 by Lasens.dll Ja!:) Link to comment Share on other sites More sharing options...
ngEAr Posted February 27, 2010 Report Share Posted February 27, 2010 #include <amxmisc> #include <cstrike> #define DECREASE_FRAG; // Comment if you don't want to decrease player's frags #if defined DECREASE_FRAG #define KILL_FLAG 0 #else #define KILL_FLAG 1 #endif new g_iMaxPlrs; public plugin_init() { register_plugin("Slay Team", "1.0", "hleV"); register_concmd("amx_slayt", "cmdSlayT", ADMIN_SLAY, "- slays Ts"); register_concmd("amx_slayct", "cmdSlayCT", ADMIN_SLAY, "- slays CTs"); g_iMaxPlrs = get_maxplayers(); } public cmdSlayT(iCl, iLvl, iCmd) { if (!cmd_access(iCl, iLvl, iCmd, 1)) return PLUGIN_HANDLED; for (new iCl = 1; iCl <= g_iMaxPlrs; iCl++) if (is_user_alive(iCl) && cs_get_user_team(iCl) == CS_TEAM_T) user_kill(iCl, KILL_FLAG); get_user_name(id,AdminName,31) switch(get_cvar_num("amx_show_activity")) { case 2: client_print(0,print_chat,"ADMIN %s:slay team T) #else case 2: client_print(0,print_chat,"ADMIN %s:slay team T) #endif return PLUGIN_HANDLED; } public cmdSlayCT(iCl, iLvl, iCmd) { if (!cmd_access(iCl, iLvl, iCmd, 1)) return PLUGIN_HANDLED; for (new iCl = 1; iCl <= g_iMaxPlrs; iCl++) if (is_user_alive(iCl) && cs_get_user_team(iCl) == CS_TEAM_CT) user_kill(iCl, KILL_FLAG); get_user_name(id,AdminName,31) switch(get_cvar_num("amx_show_activity")) { case 2: client_print(0,print_chat,"ADMIN %s:slay team CT) #else case 2: client_print(0,print_chat,"ADMIN %s:slay team CT) #endif return PLUGIN_HANDLED; } Link to comment Share on other sites More sharing options...
sp1lv3ns Posted February 27, 2010 Author Report Share Posted February 27, 2010 Liels paldies, paskatīšos! Link to comment Share on other sites More sharing options...
ngEAr Posted February 27, 2010 Report Share Posted February 27, 2010 Paradi erroru no kompilatora. Es tiko pats to nokompileju. Ja nu kas tulit pievienoshu linku ar gatavu variantu. http://yy.lv/upload/index.php?ACT=4&f=...64&ext=AMXX Link to comment Share on other sites More sharing options...
sp1lv3ns Posted February 27, 2010 Author Report Share Posted February 27, 2010 (edited) rekur ! EDIT: TAS OTRS LINKS ARI NELAUJ ATVERT SERVRI! Edited February 27, 2010 by sp1lv3ns Link to comment Share on other sites More sharing options...
ngEAr Posted February 27, 2010 Report Share Posted February 27, 2010 (edited) Paradi meta list. Edited February 27, 2010 by ngEAr Link to comment Share on other sites More sharing options...
sp1lv3ns Posted February 27, 2010 Author Report Share Posted February 27, 2010 Nav pie vainas tas! Es biju aizmirsis ierakstit nosaukumus plugins.ini un pirms ierakstišanas tapat neļauj atvērt serveri, bet es varēju, bet tagad nevar! Pirms kādām 5h vel slēdzu ieksā serveri, bet neiet! =/ Link to comment Share on other sites More sharing options...
Lasens.dll Ja!:) Posted February 27, 2010 Report Share Posted February 27, 2010 Eu vaitad mans plugins neiet ? ko iedevu ? Link to comment Share on other sites More sharing options...
sp1lv3ns Posted February 27, 2010 Author Report Share Posted February 27, 2010 (edited) Tikko izdzēsu podbot biju tur netīšām rediģējis ne to , tāpēc neļāva atvēr serveri, tūlīt notestēšu slayteam pluginu, kāda komanda? EDIT: LIELS PALDIES VISS IET, TC! Edited February 27, 2010 by sp1lv3ns Link to comment Share on other sites More sharing options...
Recommended Posts