Not sure if this is the right place to post this, but, could you also add flags to this plugin? so people that has an specific flag will get more credits?
Thanks in advance!
Im also not sure if this is the right place to post this... i just removed the steam groups part and insert a check for flag "custom1 "o" Custom Group 1".
public Plugin myinfo =
{
name = "Store Flag Credits",
author = "Xines, edit by shanapu",
description = "Deals x amount of credits per x amount of secounds for Vip",
version = "1.0",
url = ""
};
public void OnPluginStart()
{
//Configs
CreditsAdder = CreateConVar("sm_flag_credits", "5", "Credits to give per X time, if player is in group.", FCVAR_PLUGIN|FCVAR_NOTIFY);
CreditsTime = CreateConVar("sm_flag_credits_time", "60", "Time in seconds to deal credits.", FCVAR_PLUGIN|FCVAR_NOTIFY);