Raised This Month: $ Target: $400
 0% 

-delete-


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
kiwi87
Member
Join Date: Sep 2009
Old 06-27-2012 , 19:37   Re: [L4D2] RPG w/Store/Trails/Quests/Map Records/Save/Load/Presets! (v.3.31)
Reply With Quote #9

Quote:
Originally Posted by Skyy View Post
L 06/26/2012 - 10:41:23: [manager.smx] Failed To Connect To Database: Configuration "manager_stats" not found
L 06/26/2012 - 10:41:23: [rpg3.3.smx] Failed To Connect To Database: Configuration "rpg5" not found


This is the same for kiwi. Both of you have not properly set up your database.
I can't setup database because your codes use TYPE instead of ENGINE. Newest version of mySQL 5 have removed TYPE.

e.g.
Format(TQuery, sizeof(TQuery), "CREATE TABLE IF NOT EXISTS `slevels` (`steam_id` varchar(32) NOT NULL, PRIMARY KEY (`steam_id`)) TYPE=MyISAM;");
>
Format(TQuery, sizeof(TQuery), "CREATE TABLE IF NOT EXISTS `slevels` (`steam_id` varchar(32) NOT NULL, PRIMARY KEY (`steam_id`)) ENGINE=MyISAM;");

I couldn't compile your .sp source despite installing all the required .inc
There were multiple errors I got no programming knowledge to fix those errors...

Anyone able to compile the plugin with this database file for me pls >.<!
Attached Files
File Type: sp Get Plugin or Get Source (database.sp - 79 views - 57.9 KB)

Last edited by kiwi87; 06-27-2012 at 23:31.
kiwi87 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:33.


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