Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

lisek80 - zdjęcie

lisek80

Rejestracja: 31.01.2012
Aktualnie: Nieaktywny
Poza forum Ostatnio: 01.05.2012 20:04
-----

Moje tematy

AMXBANS 1.6.1 Wszystkie powody banów na czas Permanentny

04.04.2012 19:53

http://steamcommunit...1455?tab=public

Tak jak widać - jak to ustawić ?

[ROZWIĄZANE] Brak komend /me itp

04.04.2012 15:46

Siema mam serwer na zabijace.pl I mam zainstalowane dodatki z strony :



amxmodx
schowaj
Czysty amxx 1.8.1. Zainstalowany Odinstaluj
dproto
schowaj
Dproto 0.9.87 - Plugin do metamoda umożliwiający połączenie się na serwer z dwóch protokołów 47 oraz 48. Zainstalowany Odinstaluj
Aktualizacja (5006)
pokaż opis Zaktualizowany Zaktualizowany
Aktualizacja (5447)
pokaż opis Serwer niezaktualizowany Zainstaluj
Antidlfile
schowaj
TYLKO DLA 5006 - Zabezpiecza przed możliwością scrashowania serwera przez gracza Zainstalowany Odinstaluj



Lecz po wejscu na serwer nie mam komend : /me /top15 itp bo pisze że nie ma zainstalowanego pluginu...


Plugins ini

; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx  ; admin base (required for any admin-related)
;admin_sql.amxx  ; admin base - SQL version (comment admin.amxx); Basic
admincmd.amxx  ; basic admin console commands
adminhelp.amxx  ; help command for admin console commands
adminslots.amxx  ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx  ; front-end for admin menus
cmdmenu.amxx  ; command menu (speech, settings)
plmenu.amxx  ; players menu (kick, ban, client cmds.)
;telemenu.amxx  ; teleport menu (Fun Module required!)
mapsmenu.amxx  ; maps menu (vote, changelevel)
pluginmenu.amxx  ; Menus for commands/cvars organized by plugin; Chat / Messages
adminchat.amxx  ; console chat commands
antiflood.amxx  ; prevent clients from chat-flooding the server
scrollmsg.amxx  ; displays a scrolling message
imessage.amxx  ; displays information messages
adminvote.amxx  ; vote commands
; Map related
nextmap.amxx  ; displays next map in mapcycle
mapchooser.amxx  ; allows to vote for next map
timeleft.amxx  ; displays time left on map; Configuration
pausecfg.amxx  ; allows to pause and unpause some plugins
statscfg.amxx  ; allows to manage stats plugins via menu and commands
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here

Problem z amxbans 1.6.1

03.04.2012 19:58

Po wgraniu wszystkiego wdl. edevision chcialem dodac sobie admina lecz jak chce przeładować to pisze :

[AMXBans] SQL error: can't connect: 'Can't connect to MySQL server on '127.0.0.1' (111)'


Tutaj wyciąg z FTP SQL :


configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg
// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name
// *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use.
amx_sql_host "127.0.0.1"
amx_sql_user "csndk_bank"
amx_sql_pass "*******"
amx_sql_db  "csndk_as"
amx_sql_table "admins"
amx_sql_type "mysql"

Oraz modules


;;;
; To enable a module, remove the semi-colon ( in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use	  ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
mysql
sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.			  ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.							  ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.					   ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
;hamsandwich

jeszcze daje plugin ini :

; AMX Mod X plugins
; Admin Base - Always one has to be activated
amxbans_core.amxx ; amxbans
amxbans_main.amxx debug ; amxban
;admin.amxx  ; admin base (required for any admin-related)
;admin_sql.amxx  ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx  ; basic admin console commands
adminhelp.amxx  ; help command for admin console commands
adminslots.amxx  ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx  ; front-end for admin menus
cmdmenu.amxx  ; command menu (speech, settings)
plmenu.amxx  ; players menu (kick, ban, client cmds.)
;telemenu.amxx  ; teleport menu (Fun Module required!)
mapsmenu.amxx  ; maps menu (vote, changelevel)
pluginmenu.amxx  ; Menus for commands/cvars organized by plugin
; Chat / Messages
adminchat.amxx  ; console chat commands
antiflood.amxx  ; prevent clients from chat-flooding the server
scrollmsg.amxx  ; displays a scrolling message
imessage.amxx  ; displays information messages
adminvote.amxx  ; vote commands
; Map related
nextmap.amxx  ; displays next map in mapcycle
mapchooser.amxx  ; allows to vote for next map
timeleft.amxx  ; displays time left on map
; Configuration
pausecfg.amxx  ; allows to pause and unpause some plugins
statscfg.amxx  ; allows to manage stats plugins via menu and commands
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here

Spawn piłki jailbrake

03.04.2012 12:37

Siema widzialem cos takiego że admin (tylko admin) mógł spawnować piłkę taką jak jest na serwerach SocerJam komendą to robili i mogli dać prędkość itp

oraz takie coś że za pomocą komendy otwierał admin wszystkie cele - wszystkie drzwi na mapie

proszę o pomoc

[JailBreak] Bunt więźniów (sekundy) - bunt po danym czasie -HUD

02.04.2012 16:05

Potrzebuję zrobić w tym pluginie żeby w HUD pisało : Do buntu pozostało 40/39 ... itd :) Kolor zielony :D

/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Jail Break: Bunt wiezniow - sekundy"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
new cvar_time
new Float:roundtime
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)

cvar_time = register_cvar("jail_czasbuntu", "30")

register_logevent("round_start", 2, "1=Round_Start")

RegisterHam(Ham_TakeDamage, "player", "client_damage")
}
public round_start()
{
roundtime = get_gametime()
}
public client_damage(victim, entid, attacker, Float:damage, damagebits)
{
if(get_user_team(attacker) == 1 && get_user_team(victim) == 2)
{
static Float:nowtime, timer
nowtime = get_gametime()
timer = get_pcvar_num(cvar_time)

if((nowtime - roundtime) < float(timer))
{
client_print(attacker, print_chat, "Nie mozesz jeszcze rozpoczac buntu!")
return HAM_SUPERCEDE
}

}
return HAM_IGNORED
}