AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   MVP Premium/VIP (https://forums.alliedmods.net/showthread.php?t=338988)

Golbanux 08-08-2022 15:20

MVP Premium/VIP
 
1 Attachment(s)
Hello, for a few days i've been stuck on this:
I use the Kento MVP(https://forums.alliedmods.net/showthread.php?t=296578)
but i want to make an extra category,only for Premium mvps (STEAMID Mvp's)

In the config file i have it like this
Any help would be appreciated! Thanks you! :)

"MVP"
{
"Aerozen"

{

"file" "mvp/aerozen2.mp3"

}

"[Marko Premium MVP 2]"

{

"file" "mvp/piramida2.mp3"
"Steamids"
{
"1" "STEAM_0:1:480249365"
}
}
}

Devvii 08-12-2022 11:08

Re: MVP Premium/VIP
 
Isn't it better to use config for flags?

Like that?

"Music Name"
{
"file" "mvp_music/Musicname.mp3"
"flag" "o" // vip
}
"Music Name"
{
"file" "mvp_music/Musicname.mp3"
"flag" "p" // svip
}
"Music Name"
{
"file" "mvp_music/Musicname.mp3"
"flag" "b" // admin
}

If you want to make music for Vip's / Svip's / Premium you better use flags. Can send u my own code on discord:
Devvii#0001

Golbanux 08-15-2022 09:36

Re: MVP Premium/VIP
 
Quote:

Originally Posted by Devvii (Post 2786280)
Isn't it better to use config for flags?

Like that?

"Music Name"
{
"file" "mvp_music/Musicname.mp3"
"flag" "o" // vip
}
"Music Name"
{
"file" "mvp_music/Musicname.mp3"
"flag" "p" // svip
}
"Music Name"
{
"file" "mvp_music/Musicname.mp3"
"flag" "b" // admin
}

If you want to make music for Vip's / Svip's / Premium you better use flags. Can send u my own code on discord:
Devvii#0001

I mean the menu bro, when you write !mvp, I only have 2 options as you can see in the Screenshot, I would like to add another one, just for flags,steamids...:oops:


All times are GMT -4. The time now is 23:19.

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