Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 402
Search took 0.01 seconds.
Search: Posts Made By: Totenfluch
Forum: Plugins 04-03-2021, 18:42
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager

As discussed in DMs, this is most likely an issue with your plugins requiring admin status instead of just checking bit flags. Sourcebans is fully compatible with this plugin. Flags and Admin groups...
Forum: Plugins 04-03-2021, 18:40
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager

I have updated the .smx to end this database mess once and for all.

For all the junior developers out there: If a plugin works for you and not for a small percentage of the users, do not think...
Forum: Unapproved Plugins 09-30-2020, 08:28
Replies: 14
Views: 7,483
Posted By Totenfluch
Re: [CSGO - Beta] Roleplay

Firstly, thanks for the credits. It is always nice to see that releasing the code actually got someone a benefit.

Interesting take on some coding problems. One suggestion for the coding style:...
Forum: Plugins 05-06-2019, 05:17
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager

Groups won't ever work with this.

But Sourcebans works totally fine with this plugin.


Using the natives you can easily create a !viptest command. Due to the different requirements that alot...
Forum: Plugins 05-05-2019, 09:38
Replies: 270
Views: 96,218
Posted By Totenfluch
Forum: Plugins 04-29-2019, 08:01
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager

You probably failed to install it correctly... check the instructions again



Nope seperate permissions won't work as it is not a simple command change but a change to how the whole plugin...
Forum: Plugins 03-18-2019, 20:17
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.2 | 05-03-19) - The simplest to use Vip Manager

tags are probably loaded before vip is assigned; nothing you can realy do here
Forum: Plugins 03-05-2019, 10:29
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

Was fixed by running


SET SQL_MODE='ALLOW_INVALID_DATES';


in the MySQL Database
Forum: Plugins 03-05-2019, 10:20
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

I mean the syntax is still wrong.


use


sm_addvip "<SteamID>" <Duration in Month> "<Name>" [0=Month,1=Minutes]


run the command in your client console, then run sm_who on the given user.
Forum: Plugins 03-01-2019, 09:56
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

sm_addvip "<SteamID>" <Duration in X> "<Name>" [0=Month,1=Minutes]
Forum: Plugins 02-26-2019, 08:52
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

Look for errors in the log and on startup. Try unloading, loading then reloading the plugin and then check for errors
Forum: Plugins 02-26-2019, 08:50
Replies: 270
Views: 96,218
Posted By Totenfluch
Forum: Plugins 02-21-2019, 11:01
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

What Trum requested is not possible right now.
I've edited tVip in Version 2.2 with the option to use minutes instead of month in the sm_addvip command


sm_addvip "<SteamID>" <Duration in Month>...
Forum: Plugins 02-19-2019, 23:12
Replies: 270
Views: 96,218
Posted By Totenfluch
Forum: Plugins 02-17-2019, 10:25
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

The solution to the problem was running

SET SQL_MODE='ALLOW_INVALID_DATES';

in mysql.

The Problem was an outdated mysql version that used ...
Forum: Plugins 02-17-2019, 09:18
Replies: 270
Views: 96,218
Posted By Totenfluch
Forum: Plugins 02-17-2019, 09:18
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

"tVip"
{
"driver" "mysql"
"host" "webserverURL"
"database" "databasename"
"user" "databaseuser"
"pass" "dbpassword"
//"timeout" "0"
"port" "3306"
}
Forum: Plugins 02-17-2019, 08:12
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

Check your database.cfg and make sure it's setup like described in the main post.
Forum: Plugins 01-21-2019, 12:11
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

I will not, as this indicated that the architecture of your other plugin that needs it is servely flawed.

Use CheckCommandAccess to test for Vip after the Vip loaded forward.
Forum: Plugins 01-20-2019, 19:52
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

load/reload the plugin. If the command displays this there must be startup errors. Search for them
Forum: Plugins 01-20-2019, 08:21
Replies: 270
Views: 96,218
Posted By Totenfluch
Forum: Plugins 01-19-2019, 16:26
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

The error indicates that the plugin has startup errors.
check your error logs. Probably mysql error (als always)
Forum: Plugins 12-30-2018, 14:07
Replies: 12
Views: 10,924
Posted By Totenfluch
Re: [CS:GO] (2.0 - 21.02.17) Totenfluchs Event Item Spawner

The Particle name is enough like FubarJamioe wrote.
Make sure to cache the Particle file with PrecacheGeneric("xyz.pcf", true)
Forum: Plugins 12-22-2018, 11:10
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

either your databse handle is invalid or you are not using a supported mysql version
Forum: Plugins 12-12-2018, 11:36
Replies: 270
Views: 96,218
Posted By Totenfluch
Re: [Any][MySQL] tVip (2.1 | 27-06-17) - The simplest to use Vip Manager

The Plugin is not designed for micro management, as it is not possible to decide if the Person didn't have the flags in the first place (for example is an Admin) before he is removed from VIPs....
Showing results 1 to 25 of 402

 
Forum Jump

All times are GMT -4. The time now is 18:50.


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