Search the Community
Showing results for tags 'csgo automatic vip plugin'.
-
AUTOMATIC VIP Plugin FOR Counter Strike Global Offensive Description This plugin will automatic remove vip features from a user after an intended time period which is quite helpful in case if you are too much busy or preoccupied. It saves a lot of time and headache. (Thanks to skysky from alliedmodders) Command !testvip Cvars sm_testvip_flags = CreateConVar("sm_testvip_flags", "ar", "What flags get user ?"); sm_testvip_days = CreateConVar("sm_testvip_days", "10", "How long time(days) user get flags"); You must add to csgo/addons/sourcemod/configs/databases.cfg "autovip" { "driver" "mysql" "host" " " "database" " " "user" " " "pass" " " } How Mysql Database Looks like: Download Link Click Here
-