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

[CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)


Post New Thread Reply   
 
Thread Tools Display Modes
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-16-2014 , 04:42   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1081

For 1) I'll need your config for debug
2) Nothing changed the behavior you have is with dm_gun_menu_mode = 3 please check its value
h3bus is offline
derekv6
New Member
Join Date: Nov 2014
Old 11-16-2014 , 10:13   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1082

Thanks for the quick reply...

1) config attached for your review


2) I thought mode = 3 was for random weapons as per this comment in the ini... "// 3) Random weapons every round" I am using mode 1
Attached Files
File Type: ini deathmatch.ini (57.0 KB, 74 views)
derekv6 is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-16-2014 , 10:16   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1083

Wow sorry, check dm_connect_hide_menu
h3bus is offline
derekv6
New Member
Join Date: Nov 2014
Old 11-16-2014 , 10:18   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1084

Ah, ok I saw that one but didn't see anywhere that explain it has values beyond 0 and 1. Is there a doc you have on all the config settings? I will try that.
derekv6 is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-16-2014 , 10:23   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1085

Quote:
Originally Posted by derekv6 View Post
Ah, ok I saw that one but didn't see anywhere that explain it has values beyond 0 and 1. Is there a doc you have on all the config settings? I will try that.
Well if it is set to 1, menu will be hidden (triggered by guns command only), otherwise it is displayed at firs spawn.
h3bus is offline
bjbjbPhob
Member
Join Date: Mar 2010
Old 11-16-2014 , 10:57   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1086

Hi guys need help with messages, have added this message and now Advertise Gun Menu txt never show on server and other 2 work good can someone explain how work PERIOD DURATION and PRIORITY
Code:
"Advertise Gun Menu"
               {  
                  "DisplayTarget" "Chat"
                  "DisplayEvent"  "Timer"
                  "Repeat"        "Infinite"
                  "Priority"      "50"
                  "Period"        "30"
                  "Duration"      "1"
                  "Text"
            {
                "Texts" "Advertise Gun Menu"
            }
       }
"Add"
        {   
            "DisplayTarget" "Chat"
            "DisplayEvent"  "Timer"
            "Repeat"        "Infinite"
            "Priority"      "50"
            "Period"        "60"
            "Duration"      "5"
            "Text"
            {
                "Texts" "Add"
            }
       }
"Try"
        {
            "DisplayTarget" "Chat"
            "DisplayEvent"  "Timer"
            "Repeat"        "Infinite"
            "Period"        "60"
            "Priority"      "50"
            "Duration"      "5"
            "Text"
            {
                 "Texts" "Try"
            }
        }
__________________


Last edited by bjbjbPhob; 11-16-2014 at 10:57.
bjbjbPhob is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-16-2014 , 11:20   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1087

I think there is a bug with chat messages. I'm on it.
h3bus is offline
bjbjbPhob
Member
Join Date: Mar 2010
Old 11-16-2014 , 11:39   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1088

ok thanks for quick reply. i tried some options but works only two messages and third not
__________________

bjbjbPhob is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-16-2014 , 11:42   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1089

in the meantime you can try
Code:
"Advertise Gun Menu"
{  
    "DisplayTarget" "Chat"
    "DisplayEvent"  "Timer"
    "Repeat"        "Infinite"
    "Priority"      "50"
    "Period"        "30"
    "Duration"      "1"
    "Text"
    {
        "Texts" "Advertise Gun Menu"
        "Texts" "Add"
        "Texts" "Try"
    }
}

Last edited by h3bus; 11-16-2014 at 11:43.
h3bus is offline
bjbjbPhob
Member
Join Date: Mar 2010
Old 11-16-2014 , 11:57   Re: [CS:GO] Deathmatch Goes Advanced (v0.12.4, 2014-11-12)
Reply With Quote #1090

Thanks Alot!!!! It works fine! Fantastic plugin and thank you for dedicate me your time.
__________________

bjbjbPhob 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 03:33.


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