View Single Post
MariusCsf
Junior Member
Join Date: Jan 2020
Old 01-07-2020 , 00:56   Re: Top Flags [23/07/2019]
Reply With Quote #75

Ok now i have default flags A to U .

I put again plugin but it s the same work in amx_plugins but in game dont happend nothing..

The same problems...maybe it s problem if i have x2 vip? Like one vip with flag btn = vip platinum and another one bfo = vip gold.....it sproblem or idk? i think no bcz i set flag for vip to give on player from top.

Code:
// This file was auto-generated by AMX Mod X (v1.8.3-dev+5201)
// Cvars for plugin "Top Flags" by "iceeedR" (TopFlagsPlatinum.amxx, v2.0)


// -
// Default: "2.0"
TopFlags "2.0"

// Range of players that will receive the flags
// based on rank. (Top 1, 2, 5, 10, 15 etc
// -
// Default: "3"
tf_ranks "3"

// The flags that TOP players will receive.
// -
// Default: "btn"
tf_flags "btn"

// Players with any of the flags set there will be ignored.
// -
// Default: "acdefghijklmopqrsu"
tf_restricted "acdefghijklmopqrsu"

// A simple way to choose if you wanna reset
// your rank or not
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
tf_rank_reset "1"

// Set an interval in days for resetting cs stats.
// -
// Default: "25"
// Minimum: "1.000000"
tf_days_toreset "25"

// SkipAdmins to count topX ?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
tf_skipadmins "1"

// Time interval to update ranks
// -
// Default: "240"
// Minimum: "40.000000"
tf_update_rank_time "240"
Modules http://prntscr.com/qka56a
plugins http://prntscr.com/qka5tk
meta list http://prntscr.com/qka677

Last edited by MariusCsf; 01-07-2020 at 01:25.
MariusCsf is offline