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

[ANY] MySQL Mapcycle


Post New Thread Reply   
 
Thread Tools Display Modes
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 03-02-2012 , 10:29   Re: [ANY] MySQL Mapcycle
Reply With Quote #11

If this plugin will support UMC... Very nice I think.
jungjunghoo is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 03-02-2012 , 10:39   Re: [ANY] MySQL Mapcycle
Reply With Quote #12

One can just rename the file in the source to umc mapcycle file. Works the same i presume.. only it has more options so its not a "just 1 line to change" thing.
__________________
Arguing with a fool only proves there are two
snelvuur is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 10-06-2012 , 22:42   Re: [ANY] MySQL Mapcycle
Reply With Quote #13

- Web interface download link is broken
- Your version cvar needs FCVAR_NOTIFY
- "decl TotalMaps;" needs to instead be "new TotalMaps;", because it's not initialized before you access it (TotalMaps++) currently.

PHP Code:
else if(!SQL_FetchRow(hndl))
    {
        
//Tell him that we didnt find any maps lol
        
PrintToServer("[Mysql_Mapcyle] Unable to find any maps, loading old mapcycle file");
    } 
only needs to be
PHP Code:
else
    {
        
//Tell him that we didnt find any maps lol
        
PrintToServer("[Mysql_Mapcyle] Unable to find any maps, loading old mapcycle file");
    } 
__________________

Last edited by Dr. McKay; 10-06-2012 at 22:42.
Dr. McKay is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 11-03-2012 , 15:55   Re: [ANY] MySQL Mapcycle
Reply With Quote #14

the link for the webpanel is down.
Mitchell is offline
Paddymaster
New Member
Join Date: Mar 2012
Old 12-21-2012 , 22:10   Re: [ANY] MySQL Mapcycle
Reply With Quote #15

webpanel link down
Paddymaster is offline
Send a message via ICQ to Paddymaster
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-23-2013 , 22:17   Re: [ANY] MySQL Mapcycle
Reply With Quote #16

Okey, first of all i want to apologize for the delay. A simple web interface where you can paste your whole mapcycle is coming up and update within the sql in the plugin.
__________________
ecca is offline
loranger
Senior Member
Join Date: Jun 2011
Old 02-24-2013 , 07:13   Re: [ANY] MySQL Mapcycle
Reply With Quote #17

Interesting plugin, im waiting for it.
loranger is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-24-2013 , 10:26   Re: [ANY] MySQL Mapcycle
Reply With Quote #18

Update released:

- Optimized plugin to only recreate mapcycle on pluginstart / admin command
- Added admin commando sm_reloadmapcycle to redownload the mapcycle
- Fixed issues listed by approver
- Webinterface released again


Note: webinterface is just a simple php code to paste whole your mapcycle into the database..
__________________
ecca is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 02-24-2013 , 14:59   Re: [ANY] MySQL Mapcycle
Reply With Quote #19

Does this write the mapcycle file? If not is there a backup file anywhere in the event the game server disconnects from the SQL server?


Edit: reading > me
__________________

Last edited by nineteeneleven; 02-24-2013 at 15:00.
nineteeneleven is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-24-2013 , 15:17   Re: [ANY] MySQL Mapcycle
Reply With Quote #20

To clarify the plugin writes to your mapcycle.txt and only do it once the server start or you manually trigger the update
__________________
ecca is offline
Reply


Thread Tools
Display Modes

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 13:50.


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