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

[REQUEST] Plugin Game Commencing


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Alankizziixx
Member
Join Date: Jun 2019
Old 06-19-2019 , 19:04   [REQUEST] Plugin Game Commencing
Reply With Quote #1

Hi,
I want a plugin for game commencing
When a player is on the server and connects another player to re-start the round
This plugin is for mod furien
Alankizziixx is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 06-19-2019 , 19:16   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #2

I think thats how the game works originally. The mod is probably affecting it some way.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Alankizziixx
Member
Join Date: Jun 2019
Old 06-19-2019 , 19:28   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #3

I never went to the game commencing
plugins.ini
Code:
; AMX Mod X plugins
advanced_gag.amxx  ; ------------------------------------------------------------------------> Plugin-ul de gag
ultimate_chat.amxx   ; ----------------------------------------------------------------------> Nu merge mai jos Ultimate Chat

; --------------------------------------------------------------------
; Admin Base - Always one has to be activated
;admin.amxx      ; admin base (required for any admin-related) ------------------> Plugin-ul dezactivat!
admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; --------------------------------------------------------------------
admincmd.amxx     ; basic admin console commands
adminhelp.amxx    ; help command for admin console commands
adminslots.amxx   ; slot reservation
multilingual.amxx ; Multi-Lingual management
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
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
nextmap.amxx      ; displays next map in mapcycle
mapchooser.amxx   ; allows to vote for next map
timeleft.amxx     ; displays time left on map
pausecfg.amxx     ; allows to pause and unpause some plugins
statscfg.amxx     ; allows to manage stats plugins via menu and commands
; 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!)
; amxmod_compat.amxx ; AMX Mod backwards compatibility layer
protect_name.amxx ; ----------------------------------------------------------------------------------> System Register
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;=====================================================================================================================================================================
; Important primul plugin admin.amxx este dezactivat deoarece ii tine locul plugin-ul tag.amxx + alte functii pe care le are.
;=====================================================================================================================================================================
preturi_ranguri_motd.amxx
beneficii.amxx
instant_autoteambalance_nocrash.amxx        
vip.amxx
vipaddhp.amxx
skinvip.amxx
kgbbots.amxx    
multisalt.amxx  
ad_manager.amxx ; --------------------------> Plugin cu mesaje!
rs.amxx
amx_bhop.amxx
arme.amxx debug
amx_who.amxx
amx_pika.amxx
alt_end_round_sounds.amxx
bullet_damage.amxx ; Arata dmg primit si dat.
blockchangeteam.amxx
bomb60sec.amxx
BombEvents.amxx
bet.amxx
bonus_box.amxx debug
camera.amxx
c4hud.amxx
cer_instelat.amxx
furien.amxx
file_remover.amxx
FurienCreditsSystem.amxx
furien_anticamp.amxx
Fm_Balrog11.amxx
Fm_DualDeagle.amxx
Fm_DualInfinity.amxx
Fm_Gatling.amxx
Fm_PlasmaGun.amxx
furien_knife.amxx
fmu_shop_028.amxx
firstkill.amxx
hidechat.amxx
invasion.amxx
KillReward.amxx
level.amxx
mesajinceputrunda.amxx
nademodes.amxx
players_models.amxx
parachute.amxx
precachesound.amxx
skinuriarme.amxx
swich.amxx
tag.amxx    ; System tag
team_join.amxx
team_semiclip.amxx
TimeReward.amxx debug
WinTeamReward.amxx
Alankizziixx is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 06-19-2019 , 20:26   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #4

We cannot tell which plugin causes it just by looking at those names.

You have to go ahead and check every one of them, or disable one by one.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Alankizziixx
Member
Join Date: Jun 2019
Old 06-20-2019 , 06:21   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #5

It still does not work
Alankizziixx is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-20-2019 , 07:29   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #6

Quote:
Originally Posted by Alankizziixx View Post
It still does not work
I'm pretty sure you didn't do what you have been told.
You obviously have a plugin that is blocking the game commencing event. You can't request a plugin to fix something that another plugin breaks. The obvious solution is removing the plugin/module that breaks it.
__________________

Last edited by OciXCrom; 06-20-2019 at 07:30.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Alankizziixx
Member
Join Date: Jun 2019
Old 06-20-2019 , 09:08   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #7

modules.ini

;;;
; 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
cstrike
csx
hamsandwich



Currently running plugins:
[ 1] AMX Mod X, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] Reunion, v0.1.0.92, 2018-02-11, by The Legion, see
[ 3] MySQL, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 4] SQLite, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 5] Fun, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] Engine, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] FakeMeta, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 8] CStrike, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 9] CSX, v1.8.2-dev, Apr 27 2010, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 10] Ham Sandwich, v1.8.2, Feb 14 2013, by AMX Mod X Dev Team, see http://www.amxmodx.org

Is not working all ...
Which must dezactivate?
Alankizziixx is offline
Alankizziixx
Member
Join Date: Jun 2019
Old 06-20-2019 , 09:24   Re: [REQUEST] Plugin Game Commencing
Reply With Quote #8

LOL .... now is working ,, i dont know .. Thanks however.
You can close topic

Last edited by Alankizziixx; 06-20-2019 at 09:24.
Alankizziixx is offline
Reply



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 06:55.


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