Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ttt shop discounts and flags dont work #497

Open
lucascarp475 opened this issue Dec 24, 2020 · 2 comments
Open

The ttt shop discounts and flags dont work #497

lucascarp475 opened this issue Dec 24, 2020 · 2 comments
Assignees

Comments

@lucascarp475
Copy link

I configured the shop flags and discounts on my ttt and they don't work.

@Bara
Copy link
Member

Bara commented Jan 4, 2021

Can you upload your shop_discounts.ini and shop_flags.ini?

@Bara Bara self-assigned this Jan 4, 2021
@lucascarp475
Copy link
Author

"Shop-Flags"
{
	"buyTRole" // short name
	{
		"flag"			"a" // flag to get access
	}
    "buyTiRole" // short name
	{
		"flag"			"a" // flag to get access
	}
}
"Shop-Discount"
{
	"awp" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}

    "ak47" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "buyTRole" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "buyTiRole" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "bullets_ice" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "buyCTRole" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "bullets_poison" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "buyCTiRole" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "blackout" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "c4" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "jihad" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "decoyBody" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "decoyteleport" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "decoyteleport_d" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "dnascanner" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "dropW" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "exojump" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "fakebody" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "fakename_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "invisName_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "healthshot_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "healthshot_d" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "healthshot" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "hurtshot_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "iceknife" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "id_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}

    "id" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "ion_default" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "ion_automatic" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "knockout" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "md_i" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "md_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "md_d" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "missile_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "missile_f_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
	
    "missile_c_t" // short name
	{
		"percentage"	"20" // in percent
		"flag"			"a" // flag to get access
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants