IMPORTANT IF YOU HAVE ALREADY USED THIS PLUGIN YOU WILL NEED TO DO 1 OF THE FOLLOWING:
> Delete the current database file or reset the remove the table:
Code (Text):
DROP TABLE HideAndSeek;
> Add columns to the table:
Code (Text):
ALTER TABLE HideAndSeek ADD COLUMN kills INT(10) DEFAULT 0;
ALTER TABLE HideAndSeek ADD COLUMN points INT(10) DEFAULT 0;
Added need placeholders (map, hider-p, seeker-p).
Added new top 10 placeholders kills and points.
Fixed some bugs.