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

[L4D2]Glow Menu v7.0


Post New Thread Reply   
 
Thread Tools Display Modes
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 07-02-2022 , 14:58   Re: [L4D2]Glow Menu v5.0
Reply With Quote #11

new update

Last edited by King_OXO; 11-02-2022 at 14:55.
King_OXO is offline
master1995
Junior Member
Join Date: Jul 2022
Location: Polonia
Old 07-03-2022 , 08:23   Re: [L4D2]Glow Menu v5.0
Reply With Quote #12

Hello, you can make a glow plugin that appears with the Lmc. When I choose a model, the glow of the survivor's body appears and not the Lmc model
master1995 is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 07-03-2022 , 10:33   Re: [L4D2]Glow Menu v5.0
Reply With Quote #13

PHP Code:
GetUserFlagBits(client) & ADMFLAG_CUSTOM1 || GetUserFlagBits(client) & ADMFLAG_ROOT || GetUserFlagBits(client) & ADMFLAG_KICK 
eqival to
PHP Code:
GetUserFlagBits(client) & (ADMFLAG_CUSTOM1 ADMFLAG_ROOT ADMFLAG_KICK
and
PHP Code:
color[0] + (color[1] * 256) + (color[2] * 65536
eqival to
PHP Code:
color[0] + color[1] << color[2] << 16 
How about this version? =)
PHP Code:
//// l4d2_glow_menu mod.sp
//
// Code size:            11644 bytes
// Data size:             4412 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   32440 bytes
//
// Compilation Time: 0,19 sec
// ----------------------------------------

//// l4d2_glow_menu orig.sp
//
// Code size:            15076 bytes
// Data size:             5328 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   36788 bytes
//
// Compilation Time: 0,22 sec
// ---------------------------------------- 
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_glow_menu mod.sp - 161 views - 5.6 KB)
__________________
Grey83 is offline
valedar
Member
Join Date: May 2022
Location: Russian
Old 08-07-2022 , 10:57   Re: [L4D2]Glow Menu v5.0
Reply With Quote #14

Added support for menu translation and chat, for now "ru" and "en", the rest you can add for yourself or put it here. I hope the author will thank me in the topic)))
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_glow_menu.sp - 138 views - 10.2 KB)
File Type: txt l4d2_glow_menu.phrases.txt (5.7 KB, 232 views)
File Type: sp Get Plugin or Get Source (l4d2_glow_menu_admin.sp - 136 views - 10.6 KB)

Last edited by valedar; 08-07-2022 at 11:14.
valedar is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 09-27-2022 , 21:18   Re: [L4D2]Glow Menu v6.0
Reply With Quote #15

new update
__________________
My Noob Plugins

Discord:WhiteFire#1301
Steam:WhiteFire
Youtube
King_OXO is offline
KadabraZz
Senior Member
Join Date: May 2020
Old 09-28-2022 , 12:01   Re: [L4D2]Glow Menu v6.0
Reply With Quote #16

It's working fine, I just noticed that when we disable the glow, the glow still remains on the LMC model, but the hat glow disappears.

Any chance of making the body color work also in LMC?

One thing I missed was the chat messages, about the chosen color, I saw that the structure has changed a little, it is no longer built through a menu. I would like to limit access to rainbow only to the admin flag.

Thanks for this update =)
KadabraZz is offline
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 09-28-2022 , 12:32   Re: [L4D2]Glow Menu v6.0
Reply With Quote #17

Quote:
Originally Posted by KadabraZz View Post
It's working fine, I just noticed that when we disable the glow, the glow still remains on the LMC model, but the hat glow disappears.

Any chance of making the body color work also in LMC?

One thing I missed was the chat messages, about the chosen color, I saw that the structure has changed a little, it is no longer built through a menu. I would like to limit access to rainbow only to the admin flag.

Thanks for this update =)
ok i will solve it
__________________
My Noob Plugins

Discord:WhiteFire#1301
Steam:WhiteFire
Youtube
King_OXO is offline
KadabraZz
Senior Member
Join Date: May 2020
Old 09-28-2022 , 12:45   Re: [L4D2]Glow Menu v6.0
Reply With Quote #18

One other thing I forgot to say, I don't know if it's possible to fix this
When I'm not in third person, I see the "ghost" of LMC and HAT.

Last edited by KadabraZz; 09-28-2022 at 12:46.
KadabraZz is offline
L4D2Noob
AlliedModders Donor
Join Date: Mar 2020
Location: Moscow
Old 09-29-2022 , 15:39   Re: [L4D2]Glow Menu v6.0
Reply With Quote #19

I came across the following log content:

Code:
L 09/29/2022 - 22:37:13: [SM] Exception reported: Client 1 is not in game
L 09/29/2022 - 22:37:13: [SM] Blaming: l4d2_glow_menu.smx
L 09/29/2022 - 22:37:13: [SM] Call stack trace:
L 09/29/2022 - 22:37:13: [SM]   [0] GetClientTeam
L 09/29/2022 - 22:37:13: [SM]   [1] Line 143, C:\Users\gabrie lfaustino\Desktop\arquivos\sourcemod1\scripting\l4d2_glow_menu.sp::Timer_CheckGlow
__________________
L4D2Noob is offline
Send a message via ICQ to L4D2Noob Send a message via Skype™ to L4D2Noob
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 09-29-2022 , 18:31   Re: [L4D2]Glow Menu v6.0
Reply With Quote #20

Quote:
Originally Posted by L4D2Noob View Post
I came across the following log content:

Code:
L 09/29/2022 - 22:37:13: [SM] Exception reported: Client 1 is not in game
L 09/29/2022 - 22:37:13: [SM] Blaming: l4d2_glow_menu.smx
L 09/29/2022 - 22:37:13: [SM] Call stack trace:
L 09/29/2022 - 22:37:13: [SM]   [0] GetClientTeam
L 09/29/2022 - 22:37:13: [SM]   [1] Line 143, C:\Users\gabrie lfaustino\Desktop\arquivos\sourcemod1\scripting\l4d2_glow_menu.sp::Timer_CheckGlow

adjusted
__________________
My Noob Plugins

Discord:WhiteFire#1301
Steam:WhiteFire
Youtube
King_OXO 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 23:02.


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