View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 08-14-2017 , 19:12   Re: [CSGO]VIP System - On database, with features
#7

Quote:
Originally Posted by michaelrw View Post
"Create a database entry named "vipsystem""

does this mean create a new table within our database? I have a database with a bunch of tables in it already that save information for the ckSurf plugin...

does this mean to make a new table within this database, and call it vipsystem? I wasnt able to create a new table without defining a variable column, so I made one column just so it would allow me to make the table. not sure if this is correct. any help is appreciated (sorry im new to sql)
A new and completely different database is what is being suggested.

What you are asking for is if it uses different tables, and well, that depends with overlapping tables from other plugins.

This one reads and saves directly to the table called "users", so if you have one in your database that is currently named "users", you cannot use the exact same database without modifying one of the two things.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline