Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Rekomendowane odpowiedzi

Opublikowano

dzis wgrałem na swój server amx_ss ban

 

jak robie komuś ss (+ban) wyskakuje mi

 

ssban.png

 

jak lub gdzie mogę zmienić żeby pisało " wrzuc ss na xxxx.pl"

Opublikowano (edytowane)

amxbans.cfg, jeżeli to plugin razem z amxbans. Jeśli nie, to sma.

Edytowane przez ogury

Ale weźcie, nie tak mocno.

Opublikowano
; Menu configuration file

; File location: $moddir/addons/amxmodx/configs/cvars.ini

; To use with Commands Menu plugin

 

; Cvars Menu:

; < cvar > < values > ... < access level >

 

"mp_timelimit" "0" "30" "45" "u"

"sv_password" "" "mypw" "clanwar" "u"

"pausable" "0" "1" "u"

"sv_voiceenable" "0" "1" "u"

"mp_chattime" "0" "1" "3" "u"

"mp_logmessages" "0" "1" "u"

"mp_friendlyfire" "0" "1" "u"

"mp_limitteams" "0" "1" "2" "u"

"mp_autoteambalance" "0" "1" "2" "u"

"allow_spectators" "0" "1" "u"

"mp_freezetime" "0" "6" "u"

"mp_buytime" "1" "0.5" "u"

"mp_startmoney" "800" "1800" "3600" "u"

"mp_c4timer" "35" "45" "15" "u"

"mp_forcechasecam" "0" "1" "2" "u"

 

amx_ssdelay "1.0"

;Po jakim czasie ma byc wykonany screen nastepny (Def.: "1. .0")

amx_bandelay "10.0"

;Po jakim czasie ma zostac zbanowany(Def.: 10 .0 ")

amx_ssnumber "5"

;Liczba screenow (Def.: "5")

amx_website "soqplay.pun.pl"

;" www.soqplay.pun.pl "

amx_msg_type "5"

Gdzie ma pisac powod bana od kogo dostal admin 1 - czat | 2 - hud | 3 - chat + HUD (Def.: "3")

 

 

amx_ss <nazwa lub #userid> - robienie screenow graczowi

amx_ssban <nazwa lub #userid> <minuty> [powód] - zrobie screenow z banem i powodem

amx_ssmenu - menu screenow

amx_ssbanmenu - menu banow

 

 

 

 

 

/***************************************************************************************************

* Copyleft ©2010 Teascu Dorin & Fysiks

* Plugin Support:

* - http://forums.alliedmods.net/showthread.php?t=90318

* or

* - http://fightersclan.com/forum/f7/amx-ssban-v2-6-%5Bupdate-15-oct-2010%5D-35/

****************************************************************************************************

* This program is free software; you can redistribute it and/or modify it under the terms

* of the GNU General Public License as published by the Free Software Foundation; either

* version 2 of the License, or (at your option) any later version.

*

* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;

* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

* See the GNU General Public License for more details.

*

* You should have received a copy of the GNU General Public License along with this program;

* if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,

* MA 02111-1307 USA

*

* In addition, as a special exception, the author gives permission to link the code of this

* program with the Half-Life Game Engine ("HL Engine") and Modified Game Libraries ("MODs")

* developed by Valve, L.L.C ("Valve"). You must obey the GNU General Public License in all

* respects for all of the code used other than the HL Engine and MODs from Valve.

* If you modify this file, you may extend this exception to your version of the file,

* but you are not obligated to do so. If you do not wish to do so, delete this exception

* statement from your version.

****************************************************************************************************

* Amx SSBan

* =========

****************************************************************************************************

* Description

* -----------

* - Take snapshots and ban a player (saved on targets PC) or just take snapshots

****************************************************************************************************

* Available CVAR's

* ----------------

* amx_ssdelay "1.0" - Delay between snapshots (Def.: "1.0") WARNING has to be .0 as is float

* amx_bandelay "10.0" - Delay before ban is done (Def.: "10.0") WARNING has to be .0 as is float

* amx_ssnumber "3" - Number of snapshots to take (Def.: "3")

* amx_website "soqplay.pun.pl" - Unban request site (Def.: "www.soqplay.pun.pl")

* amx_msg_type "3" - Info player/admin messages 1 - chat | 2- hud | 3- chat+hud (Def.: "3")

****************************************************************************************************

* Admin Commands

* --------------

* amx_ss <name or #userid> - Make Snapshots on target !

* amx_ssban <name or #userid> <minutes> [reason] - Ban with snapshots (AMXMODX) !

* If #define AMXBANS is setted to 1 the following console command will be used:

* amx_ssban <minutes> <name or #userid> [reason] - Ban with snapshots (AMXBANS) !

* amx_ssmenu - Displays Snapshot Menu

* amx_ssbanmenu - Displays ban menu

****************************************************************************************************

* Credits

* -------

* Fysiks - ADDED BAN, SS & SSBan MENU and support for AmxBans v6.x - !!! Thank you !!!

* Alka - stock color chat print

* hackandmore - used his plugin to learn how to use amx_msg_type cvar

* AMXX Dev Team for using their amxmodx ban script

* uTg | bigpapajiggs using his plugin (Admin Screen 2) to learn how to use delay and tasks

* Any other plugins authors that made this type of plugin

****************************************************************************************************

* Changelog

* ---------

*

* 10.Jul.2010 - v2.6 - [ADDED] support for AmxBans v6.x (by Fysiks)

* [FIXED] lang file by saving it as Unicode without BOM

* 20.Aug.2009 - v2.5 - [ADDED] HUD flashing message to ask reason submission from admin

* 17.Aug.2009 - v2.4 - [FIXED] Amx Mod X banning issue

* 31.Jul.2009 - v2.3 - [ADDED] reason submission for menu bans

* 26.Jul.2009 - v2.2 - [ADDED] menu for taking snapshots - by Fysiks

* [CHANGED] the plugin name from AMXX SSBan w/ Menu in simple AMX SSBan

* 24.Jul.2009 - v2.1 - [REMOVED] amx_ban_type cvar

* [CHANGED] the script for easy usage of bantype (optimized by Fysiks)

* 23.Jul.2009 - v2.0 - [ADDED] ban menu - Al the work provided by Fysiks

* 11.May.2009 - v1.9.5 - [ADDED] tasks controlled by cvar for bans

* [ADDED] cvar amx_bandelay - Delay before ban is done (Def.: 10.0)

* 07.May.2009 - v1.9.1 - [FIXED] the usage of command on immunity admins.

* You can take snapshots of admins with immunity

* 06.May.2009 - v1.9 - [ADDED] to AMXX Snapshot a task to take the snapshots with time delay

* [ADDED] cvar amx_ssdelay - Delay between snapshots (Def.: 1)

* [ADDED] cvar amx_ssnumber - Number of snapshots to take (Def.: 3)

* [ADDED] possibility of taking snapshots on immunity admins

* 06.May.2009 - v1.8.1 beta - [REMOVED] NO ACCESS console message as Fysiks said that

* 'if(!cmd_access...' already does this

* 06.May.2009 - v1.8 beta - [CLEANED] up the plugin (some script arranging)

* [REMOVED] amx_chattag - it was irelevant... left [AMXX] by default as tag

* [ADDED] bans by AMXMODX - THX AMXX Dev Team for ban code

* [ADDED] cvar amx_ban_type - 0- Disabled | 1- AmxModX Ban | 2- AmaBans Ban

* [ADDED] possibility of taking snapshots and banning admins with immunity

* (not working for AMXBANS as is used by server_cmd)

* [ADDED] the console print to inform a player/admin about no acces for command

* 03.May.2009 - v1.7 beta - [ADDED] command amx_ssban to use bans by AMXBANS

* 28.Apr.2009 - v1.6 - [CHANGED] from 'if(get_pcvar_num...' to switch Message type with case

* 18.Apr.2009 - v1.5 - [ADDED] cvar amx_msg_type - 1 - chat | 2- hud | 3- chat+hud (Def: "1")

* [ADDED] hud message for player data (controled by cvar)

* [ADDED] Polish translation

* 17.Apr.2009 - v1.4 - [ADDED] to cache SteamID also in the snapshots - THX xPaw

* 17.Apr.2009 - v1.3 - [CHANGED] cvar to pcvar - THX xPaw for pointing that out !

* 17.Apr.2009 - v1.2 - [ADDED] cvar amx_chattag - Make any tag you like in chat

* 16.Apr.2009 - v1.1 - [ADDED] Multilingual

* 15.Apr.2009 - v1.0:- Initial release

***************************************************************************************************/

 

// Includes

 

jestem zielony w tym , rzuć oko czy moze cos w tym

Opublikowano

Sam jestem adminem i z tego co wiem to piszesz komende amx_ss 5.

Gdy ssy są już zrobione wtedy wpisujesz powód. (np. Wstaw ssy na ...)

sygnaonze.png

 

Zbieram Plusy.

Opublikowano

Sam jestem adminem i z tego co wiem to piszesz komende amx_ss 5.

Gdy ssy są już zrobione wtedy wpisujesz powód. (np. Wstaw ssy na ...)

Ale po co ręcznie banować jak można z automatu? Użyj pluginu admin screen.

Opublikowano (edytowane)

ja mam automat klikam opcje klienta (8) i mam ss+ban .. robi ss i typ dostaje bana.

 

ale nie wiem gdzie zmienic żeby pisało " robiono ci ss , wrzuc na ----.pl

 

 

ma ktos jeszcze pomysły gdzie to mogę zmienić ?

Edytowane przez jaco890
Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...