View Single Post
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 03-31-2015 , 09:12   Re: Donation Control 3.1.0 [over 1000 donations served!]
Reply With Quote #525

Quote:
Originally Posted by Advokat View Post
Actually, there is. I've never used it myself though and it's not necessary for the donation system to function. Not exactly sure what it does.
Interesting.. it likely isn't finished and obviously isn't needed as it seems to only be on his git but it looks like it's just an advertisement plugin for donating and/or a menu to maybe show/activate perks

Code:
hConVars[0] = CreateConVar("sm_kpanel_enable", "1", "Enable or disable plugin", 0, true, 0.0, true, 1.0);
hConVars[1] = CreateConVar("sm_kpanel_url", "https://website.com/donations", "URL to your Donations Control installation.");
hConVars[2] = CreateConVar("sm_kpanel_fullscreen", "1", "Enable or disable fullscreen windows", 0, true, 0.0, true, 1.0);
hConVars[3] = CreateConVar("sm_kpanel_advertisement", "1", "Display plugin creator advertisement: (1 = on, 0 = off)", FCVAR_PLUGIN, true, 0.0, true, 1.0);
hConVars[4] = CreateConVar("sm_kpanel_advertisement_time", "120.0", "Timer between messages: (1.0 + )", FCVAR_PLUGIN, true, 1.0);
hConVars[5] = CreateConVar("sm_kpanel_minimum", "4", "Minimum amount to donate: (Default: 4, Less than or equal to)", FCVAR_PLUGIN, true, 1.0);
__________________

Last edited by Phaiz; 03-31-2015 at 09:16.
Phaiz is offline