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

Multimod Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 09-02-2009 , 09:02   Re: Multimod Plugin
Reply With Quote #111

Quote:
Originally Posted by patroderix View Post
Yes i' m using multimod 0.8 and the last amxmdox 1.8.1 but the vote don't work if we are 2 on the server but works if we are 3 see my attachments
I don't understand why your plugin works for you and not for me
Please tell me if the problem exists if:

- Mod voting is started automatically
- You issue amx_votemod as admin
- Someone issue say /votemod

And please, show me this when the problem arises

mp_timelimit
mp_winlimit
mp_maxrounds
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 09-02-2009 , 09:05   Re: Multimod Plugin
Reply With Quote #112

Quote:
Originally Posted by patroderix View Post
Hi,
the plugin don't work for gungame and deathmatch
this plugins are unpause bot the mod don't work fine

have you got an exmple of cfg files for these 2 mods

thanks
I'm checking.
Please, submit your csdm.cfg file.

I have one recomendation.
There's no sense to put in multimod.ini those plugins that will be enabled in every mod (like afkkicker.amxx).

Rememeber that multimod works pausing/unpausing plugins and some plugins doesn't work fine when you unpause it.
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
patroderix
Member
Join Date: Mar 2007
Old 09-02-2009 , 10:24   Re: Multimod Plugin
Reply With Quote #113

HERE IS MY CSDM.CFG
THANKS
Attached Files
File Type: cfg maps_dm.cfg (29 Bytes, 197 views)
patroderix is offline
patroderix
Member
Join Date: Mar 2007
Old 09-02-2009 , 10:25   Re: Multimod Plugin
Reply With Quote #114

sorry this is the good one
Attached Files
File Type: cfg maps_dm.cfg (30 Bytes, 206 views)
patroderix is offline
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 09-02-2009 , 11:07   Re: Multimod Plugin
Reply With Quote #115

Quote:
Originally Posted by patroderix View Post
sorry this is the good one
Sorry, I want to see your csdm.cfg file.
The one used by the csdm module and not the one for multimod.
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
patroderix
Member
Join Date: Mar 2007
Old 09-02-2009 , 11:15   Re: Multimod Plugin
Reply With Quote #116

ok sorry but now my mods wrok perfectely so i post my multimod.ini and cfg files if it can help someone
thanks for all
Attached Files
File Type: cfg maps_cache.cfg (17 Bytes, 201 views)
File Type: cfg maps_dm.cfg (60 Bytes, 215 views)
File Type: cfg maps_gg.cfg (45 Bytes, 237 views)
File Type: ini multimod.ini (1.1 KB, 274 views)
patroderix is offline
patroderix
Member
Join Date: Mar 2007
Old 09-02-2009 , 17:23   Re: Multimod Plugin
Reply With Quote #117

Hi,
Still have problem with the vote sometimes it doesn't work
we vote for the mod but the plugin dn't count the vote and use the first one
patroderix is offline
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 09-02-2009 , 19:45   Re: Multimod Plugin
Reply With Quote #118

Quote:
Originally Posted by patroderix View Post
Hi,
Still have problem with the vote sometimes it doesn't work
we vote for the mod but the plugin dn't count the vote and use the first one
I think that's because you are using amx_pause and sv_restartround in your cfg files.
If you do it to fix your csdm problem, that's not the way.

Multimod works managing the plugins pausing and unpausing with a round restart included.

CFG files for multimod are just to setup cvars for each mod.
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
helderpostiga1
Member
Join Date: Nov 2007
Old 09-03-2009 , 09:03   Re: Multimod Plugin
Reply With Quote #119

Hey im having a problem when we are playing gungame after warmup time it shows the win motd. Please help me...

my gungame config:
Code:
; GunGame AMXX 2.12
// basic cvars
gg_enabled 1
gg_vote_setting 2
gg_vote_custom "amx_votemod"
gg_changelevel_custom ""
gg_map_setup "mp_timelimit 45"
gg_endmap_setup ""
gg_join_msg 0
gg_colored_messages 1
gg_save_temp 300
gg_status_display 1
gg_map_iterations 0
gg_ignore_bots 0
gg_block_equips 0
gg_leader_display 1
gg_leader_display_x -1.0
gg_leader_display_y 0.0
gg_allow_changeteam 2
gg_disable_money 1
gg_winner_motd 1
gg_afk_protection 1
// autovote cvars
gg_autovote_mode 0
gg_autovote_rounds 1
gg_autovote_delay 8.0
gg_autovote_ratio 0.51
gg_autovote_time 10.0
// stats cvars
gg_stats_file "gungame.stats"
gg_stats_ip 0
gg_stats_prune 2592000
gg_stats_mode 2
gg_stats_winbonus 1.5
// deathmatch cvars
gg_dm 1
gg_dm_sp_time 3.0
gg_dm_sp_mode 2
gg_dm_spawn_random 2
gg_dm_start_random 0
gg_dm_spawn_delay 3.0
gg_dm_spawn_afterplant 0
gg_dm_corpses 1
gg_dm_countdown 2
// objective cvars
gg_block_objectives 0
gg_bomb_defuse_lvl 0
gg_host_touch_reward 2
gg_host_rescue_reward 1
gg_host_kill_reward 2
gg_host_kill_penalty 1
// teamplay cvars
gg_teamplay 1
gg_teamplay_melee_mod 0.33
gg_teamplay_nade_mod 0.50
gg_teamplay_timeratio 1
// gameplay cvars
gg_ff_auto 1
gg_weapon_order "glock18,usp,p228,deagle,fiveseven,elite,m3,xm1014,tmp,mac10,mp5navy,ump45,p90,galil,famas,ak47,scout,m4a1,sg552,aug,m249,hegrenade,knife"
gg_max_lvl 0
gg_triple_on 0
gg_turbo 1
gg_knife_pro 1
gg_knife_elite 0
gg_suicide_penalty 0
gg_worldspawn_suicide 0
gg_pickup_others 0
gg_handicap_on 2
gg_top10_handicap 1
gg_warmup_timer_setting 30
gg_warmup_weapon "knife"
gg_warmup_multi 0
gg_nade_glock 1
gg_nade_smoke 0
gg_nade_flash 0
gg_extra_nades 1
gg_nade_refresh 5.0
gg_kills_per_lvl 5
gg_kills_botmod 1.0
gg_give_armor 100
gg_give_helmet 1
gg_ammo_amount 200
gg_refill_on_kill 1
gg_tk_penalty 1
gg_awp_oneshot 1
gg_bots_skipnade 0
// sound cvars
gg_sound_levelup "sound/gungame/smb3_powerup.wav"
gg_sound_leveldown "sound/gungame/smb3_powerdown.wav"
gg_sound_levelsteal "sound/gungame/smb3_1-up.wav"
gg_sound_nade "sound/gungame/nade_level.wav"
gg_sound_knife "sound/gungame/knife_level.wav"
gg_sound_welcome "sound/gungame/gungame2.wav"
gg_sound_triple "sound/gungame/smb_star.wav"
gg_sound_winner "media/Half-Life03.mp3;media/Half-Life08.mp3;media/Half-Life11.mp3;media/Half-Life17.mp3"
gg_sound_takenlead "sound/gungame/takenlead.wav"
gg_sound_tiedlead "sound/gungame/tiedlead.wav"
gg_sound_lostlead "sound/gungame/lostlead.wav"
gg_lead_sounds 0.8
// random weapon order cvars (leave blank to disable)
gg_weapon_order1 ""
gg_weapon_order2 ""
gg_weapon_order3 ""
gg_weapon_order4 ""
gg_weapon_order5 ""
gg_weapon_order6 ""
gg_weapon_order7 ""
gg_weapon_order8 ""
gg_weapon_order9 ""
gg_weapon_order10 ""
// valid weapon names for gg_weapon_order:
//
// ak47, aug, awp, deagle, elite, famas, fiveseven, g3sg1, galil, glock18, hegrenade, knife,
// m249, m3, m4a1, mac10, mp5navy, p228, p90, scout, sg550, sg552, tmp, ump45, usp, xm1014
Multimod file:
Code:
//Format: [MOD]:[MAPS FILE]:[CONFIG FILE]
// plugin1.amxx
// plugin2.amxx
//
[Surf]:[multi-surf.ini]:[multi-surf.cfg]
usurf.amxx
[DeathRun]:[multi-deathrun.ini]:[multi-deathrun.cfg]
ResetButtons.amxx
stuck.amxx
dr_lock_buttons.amxx
DRM_trigger_hurt_fix.amxx
team_join.amxx
DeathrunManager.amxx
advanced_respawn.amxx
[GunGame]:[multi-gungame.ini]:[multi-gungame.cfg]
gungame.amxx
[CTF]:[multi-ctf.ini]:[multi-ctf.cfg]
GHW_CTF.amxx
[Domination]:[multi-domination.ini]:[multi-domination.cfg]
csflags.amxx
:csflags_editor.amxx
[HNS]:[multi-hns.ini]:[multi-hns.cfg]
[CSDM]:[multi-csdm.ini]:[multi-csdm.cfg]
[Aim]:[multi-aim.ini]:[multi-aim.cfg]
[Normal]:[multi-normal.ini]:[multi-normal.cfg]
Im also having a bug with GHW CTF, that is when i play it there are no flags, even if theyre setted up. And i have also CSFlags mod, but even if its paused it shows the flags in the map.

GHW CTF config file:
Code:
ctf_on
ctf_weapons "abcdefghijklmnopqrstuvwxyz"
ctf_nades "f"
ctf_respawntime 3
ctf_maxcaps 25
ctf_spawnprotection 1
ctf_sounds 1
ctf_vote 0
Please help me!!
helderpostiga1 is offline
patroderix
Member
Join Date: Mar 2007
Old 09-03-2009 , 09:15   Re: Multimod Plugin
Reply With Quote #120

i test your plugin just as a votemap with empty config files and it doesn't work
the vote appears but it doesn't count the vote for the mod and choose the first mod
i post my MULTIMOD.INI and my plugins runing
i run metamod-p 1.19 and amxmodx 1.81
help me please
if you can post me your plugin and config files thanks

[ 1] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
[ 3] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
[ 4] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
[ 5] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running
[ 6] MultiMod Manager 0.8 Piegtas multimod.amxx running
[ 7] Commands Menu 1.8.0.3660 AMXX Dev Team cmdmenu2.amxx running
Attached Files
File Type: ini multimod.ini (284 Bytes, 232 views)
patroderix 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 02:34.


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