View Single Post
michaelrw
Senior Member
Join Date: Jul 2017
Old 08-15-2017 , 03:03   Re: [CSGO]VIP System - On database, with features
#10

Quote:
Originally Posted by MiniMoof View Post
Hello, i am having a few issues with this plugin, it appears to of installed correctly and when i use "sm_addvip" it's adds my steam id and time to the sql database but nothing else happens in game, i cannot use the "!vip" features?
Im adding users in-game, using "sm_addvip username 1" and im seeing the message "username was added to a VIP for 1 day" and then when I issue any of the commands like sm_tagcolor, i get "This command is for VIP only"

My db entry
PHP Code:
    "vipsystem"
    
{
        
"driver"            "sqlite"
        "database"            "vipsystem"
        "user"                "root"
    

and i see the sqlite db and the data is being stored in it properly (steamid, time)

I tried setting up with a remote mysql server and had a ton of problems connecting
michaelrw is offline