Raised This Month: $32 Target: $400
 8% 

[CSS] Weapon Mod


Post New Thread Reply   
 
Thread Tools Display Modes
mordecai6661
New Member
Join Date: Jun 2015
Old 06-02-2015 , 19:17   Re: [CSS] Weapon Mod
Reply With Quote #201

Is there anyway to disable the round start message?
mordecai6661 is offline
blodia
Veteran Member
Join Date: Sep 2009
Location: UK
Old 06-03-2015 , 13:39   Re: [CSS] Weapon Mod
Reply With Quote #202

Quote:
weaponmod_disablenotifications - 0 show all notifications (default), 1 disable weapon equip notifications, 2 disable weapon menu.
This cvar is bitwise so if you want to remove multiple notifications just add their values together e.g 3(1+2) will remove all.
if you want to keep the menu and only remove the message then either comment out or remove this block of code from line 1977

PHP Code:
if (!(Notify DISABLE_MENU_NOTIFICATION))
    {
        
PrintToChatAll("\x07FF00FF[Weapon Mod] Type !weaponmod in chat to see if any weapons have been modified.");
    } 
blodia is offline
blodia
Veteran Member
Join Date: Sep 2009
Location: UK
Old 09-26-2015 , 08:09   Re: [CSS] Weapon Mod
Reply With Quote #203

i've decided to retire from coding plugins as i have little time and haven't done anything in years. it should work fine as is for the foreseeable future but if anyone wants to take over and add/change things go ahead.
blodia is offline
Ark_Procession
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 08-18-2022 , 22:53   Re: [CSS] Weapon Mod
Reply With Quote #204

Just in case anyone know how to solve this:

HTML Code:
//// weaponmod.sp
//
// C:\steamcmd\steamapps\common\Counter-Strike Source Dedicated Server\cstrike\addons\sourcemod\scripting\weaponmod.sp(22) : error 153: Array-based enum structs have been removed. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// C:\steamcmd\steamapps\common\Counter-Strike Source Dedicated Server\cstrike\addons\sourcemod\scripting\weaponmod.sp(51) : error 153: Array-based enum structs have been removed. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
Ark_Procession is offline
cssbr1
Junior Member
Join Date: Jul 2023
Old 12-03-2023 , 11:55   Re: [CSS] Weapon Mod
Reply With Quote #205

help, I can't seem to turn off the repetitive weapon mod menu messages. What am i doing wrong here?

I go into my web console and type in my rcon password than I type "weaponmod_disablenotifications - 3" also tried "weaponmod_disablenotifications 3" both do not work.

Last edited by cssbr1; 12-03-2023 at 11:56.
cssbr1 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 11:25.


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