Raised This Month: $12 Target: $400
 3% 

Play or Be Kicked 1.5.243


Post New Thread Reply   
 
Thread Tools Display Modes
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-02-2006 , 18:29  
Reply With Quote #101

This question has been asked and answered already on page 6. Next time, please go through the thread to see if anyone else has experienced a similar problem before posting.
Brad is offline
Angelnight
Junior Member
Join Date: Jan 2006
Old 01-10-2006 , 18:19  
Reply With Quote #102

Heyho Guys,

im new in this section and all with.
Im litlle newb but who wasnt?

Now i have a problem with the Play or be Kicked Plugin. I Use the Original One in 1.4 Version.

But on Each map all players will be kicked after 2 minutes.
But i dont know why, because they have joined Teams and already playing.

Need a little help wheres the Problem with...

Thx for help

Quote:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
Quote:
; 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)

; 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

; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
amx_autorestart.amxx ; Restart Round
lastmanbets.amxx ; Last man Bet
amx_atac.amxx
amx_atac_cfg.amxx
pbk.amxx
Quote:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "0"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs_i386.so"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
trainmap "tr_1"
__________________
Hast du wirklich dran geglaubt, das die Zeit nicht weitergeht?
Hast du wirklich dran geglaubt, das sich alles um dich dreht?
Angelnight is offline
Send a message via ICQ to Angelnight
Schlesie
Senior Member
Join Date: May 2005
Location: Wiesbaden
Old 01-10-2006 , 20:02  
Reply With Quote #103

Ich bin mal so frei und antworte auf deutsch

Bedenke bitte zuerst das PBK nur mit AMXX 1.6 oder höher funktioniert. Wenn du 1.60 benutzt bitte folgende Punkte überprüfen:

-Läuft pbk auch richtig? In der HLSW-Console "amxx plugins" eingeben und nachsehen ob "running" hinter der pbk.amxx steht. Eventuell auch mal die Module überprüfen (amxx modules in HLSW-Console eingeben)

-Sind auch alle Dateien in den Unterordnern mit auf den Server kopiert? Speziell die logging.inc und time_length.inc im scripting/include-ordner? Die werden vom Plugin benötigt

-Hast du sonst irgendwas in der pbk.sma geändert?

In deiner plugins.ini und modules.ini kann ich eigentlich keine Fehler erkennen. Eventuell beisst es sich auch mit einem anderen Plugin, ggf. mal testweise eins nach dem anderen abschalten.

Gruss Schlesie
__________________
Schlesie is offline
Send a message via ICQ to Schlesie
Angelnight
Junior Member
Join Date: Jan 2006
Old 01-10-2006 , 20:10  
Reply With Quote #104

Quote:
Bedenke bitte zuerst das PBK nur mit AMXX 1.6 oder höher funktioniert. Wenn du 1.60 benutzt bitte folgende Punkte überprüfen:
AMXMODX v1.60, MetaMod v1.18p26

Quote:
-Läuft pbk auch richtig? In der HLSW-Console "amxx plugins" eingeben und nachsehen ob "running" hinter der pbk.amxx steht
Ja laeuft richtig ;(

Quote:
-Sind auch alle Dateien in den Unterordnern mit auf den Server kopiert? Speziell die logging.inc und time_length.inc im scripting/include-ordner? Die werden vom Plugin benötigt
Japp hab ich komplett hochgeladen

Quote:
-Hast du sonst irgendwas in der pbk.sma geändert?
Nein ich nutze das Original File.

Quote:
In deiner plugins.ini und modules.ini kann ich eigentlich keine Fehler erkennen. Eventuell beisst es sich auch mit einem anderen Plugin, ggf. mal testweise eins nach dem anderen abschalten.
Wenn es sich mit einem anderen beisst wüsste ich gern mit welchem
__________________
Hast du wirklich dran geglaubt, das die Zeit nicht weitergeht?
Hast du wirklich dran geglaubt, das sich alles um dich dreht?
Angelnight is offline
Send a message via ICQ to Angelnight
Schlesie
Senior Member
Join Date: May 2005
Location: Wiesbaden
Old 01-10-2006 , 20:31  
Reply With Quote #105

Kann nur vermuten amx_autorestart.amxx denn die anderen hab ich ebenfalls alle laufen ohne Probleme. Wofür ist das Plugin eigentlich gut?
__________________
Schlesie is offline
Send a message via ICQ to Schlesie
Angelnight
Junior Member
Join Date: Jan 2006
Old 01-10-2006 , 20:35  
Reply With Quote #106

Quote:
Originally Posted by Schlesie
Kann nur vermuten amx_autorestart.amxx denn die anderen hab ich ebenfalls alle laufen ohne Probleme. Wofür ist das Plugin eigentlich gut?
das autorestart? restartet nach einer bestimmten Zeit nochmal neu ist bei mir auf 10 Sekunden geschalten damit auch alle die erste runde mitspielen koennen. Denn oft ist es ja so, das spieler zu spät erst joinen koennen da sie etwas laenger brauchen. und verpassen so die erste runde.

Da wird das automatisch neu gestartet nach 10 sekundne und jeder hat die chance... ich glaub aber net das es sich beisst, aber ich probiers mal gleich aus nochmal...

Also am autorestart liegt es nicht da ich es grad mal rausgenommen hab und der fehler tritt immernoch auf.

Wenn Play or be Kicked Laeuft kommt nach 2 Minuten die Kickmeldung obwohl sie in einem team sind.......
__________________
Hast du wirklich dran geglaubt, das die Zeit nicht weitergeht?
Hast du wirklich dran geglaubt, das sich alles um dich dreht?
Angelnight is offline
Send a message via ICQ to Angelnight
Schlesie
Senior Member
Join Date: May 2005
Location: Wiesbaden
Old 01-10-2006 , 20:53  
Reply With Quote #107

Hm, fällt mir nur noch ein, alles nochmal neu hochladen und dann bin ich mit meinem Latein auch erstmal am Ende.
__________________
Schlesie is offline
Send a message via ICQ to Schlesie
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-10-2006 , 21:12  
Reply With Quote #108

Can you guys either take this discussion to the German forum or else post English translations along with your German?
Brad is offline
Angelnight
Junior Member
Join Date: Jan 2006
Old 01-10-2006 , 21:30  
Reply With Quote #109

Quote:
Originally Posted by Brad
Can you guys either take this discussion to the German forum or else post English translations along with your German?
He was asking about installation first. But the Installation right.
AMX version 1.6 to run the plugin but i have and if i have changed something in the pbk File but i use the Original File

And theres no conflict with others Plugins i think.

All Players will be kicked after 2 Mins but they have joined a team. I Dont find the Reason for ;(

Last he means to re-Upload all ....

The Failure stays... and i dont know why... Some posts earlier u can see mi libist.gam modules and plugins.ini
__________________
Hast du wirklich dran geglaubt, das die Zeit nicht weitergeht?
Hast du wirklich dran geglaubt, das sich alles um dich dreht?
Angelnight is offline
Send a message via ICQ to Angelnight
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-10-2006 , 21:35  
Reply With Quote #110

I'd like to get this figured out. If you look back a page, Diomant was having the same problem. Alas, Diomant never gave me the details that I asked for so I don't know if there's anything that matches up.

I'll review the code again for any anomalies that might cause the problem. I'm suspecting that it's a Linux issue as I, and many others, run it without a problem on Windows.
Brad is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode