Raised This Month: $51 Target: $400
 12% 

rememberthefrags SQL 0.2.6 beta


Post New Thread Reply   
 
Thread Tools Display Modes
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 05-09-2007 , 13:41   Re: rememberthefrags SQL Style
Reply With Quote #11

So do you have to add a lil code, or should sqlx already be working if I have sqlite enabled?

EDIT:

You get 2 Errors when compiling.

Tag mismatch on line 49 & lines 140-141
__________________

Last edited by bmann_420; 05-09-2007 at 14:07.
bmann_420 is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-26-2007 , 10:41   Re: rememberthefrags SQL Style
Reply With Quote #12

Quote:
Originally Posted by Zenith77 View Post
And yes, use SQLx. The only reason why your plugins is because SQLx provides backwards compatibility. Do not use older standards to create newer plugins.
DBI is still fully supported, it's just probably better to use SQLx anyway. There's no real reason to tell someone not to use DBI unless they actually need something that SQLx has.

Quote:
Originally Posted by bmann_420 View Post
So do you have to add a lil code, or should sqlx already be working if I have sqlite enabled?

EDIT:

You get 2 Errors when compiling.

Tag mismatch on line 49 & lines 140-141
SQLite works with it, or should at least. You may have to set the affinity.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
FireSl@sher
Junior Member
Join Date: May 2007
Location: Russia, Saint-Petersburg
Old 05-26-2007 , 19:23   Re: rememberthefrags SQL Style
Reply With Quote #13

MySQL support ?
FireSl@sher is offline
Send a message via ICQ to FireSl@sher
Da_sk8rboy
Veteran Member
Join Date: Jul 2006
Old 05-26-2007 , 19:35   Re: rememberthefrags SQL Style
Reply With Quote #14

Why not just make a .sql file an upload it to this site instead of just having the code?
__________________
i stop around here and there.
Da_sk8rboy is offline
FireSl@sher
Junior Member
Join Date: May 2007
Location: Russia, Saint-Petersburg
Old 05-26-2007 , 19:45   Re: rememberthefrags SQL Style
Reply With Quote #15

#1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working

where i can get thr InnoDB ?!
FireSl@sher is offline
Send a message via ICQ to FireSl@sher
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 06-11-2007 , 19:36   Re: rememberthefrags SQL Style
Reply With Quote #16

Quote:
Originally Posted by FireSl@sher View Post
#1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working

where i can get thr InnoDB ?!
use this instead:

Code:
CREATE TABLE `frags` (
`id` varchar(64) NOT NULL,
`frags` int(10) NOT NULL default '0',
`deaths` int(10) NOT NULL default '0',
`name` varchar(64) default NULL,
PRIMARY KEY (`id`)
)
Podunk is offline
Send a message via MSN to Podunk
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 06-11-2007 , 19:38   Re: rememberthefrags SQL Style
Reply With Quote #17

I have a new version that only stores if score is over 50 if anyone wants it.
Podunk is offline
Send a message via MSN to Podunk
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-12-2007 , 22:37   Re: rememberthefrags SQL Style
Reply With Quote #18

And no command for a timer? Or, not remember after map change?
__________________
bmann_420 is offline
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 06-13-2007 , 19:22   Re: rememberthefrags SQL Style
Reply With Quote #19

like dont store player's score if player played map < x seconds?
__________________
Check out my website at http://matthewmiller.info
Podunk is offline
Send a message via MSN to Podunk
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-14-2007 , 01:01   Re: rememberthefrags SQL Style
Reply With Quote #20

Well kind of like the origional. You have more control over the plugin. You can give it a time or frag limit to stop remembering or just do it at map change.
__________________
bmann_420 is offline
Reply



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:05.


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