Thread: Updater
View Single Post
klausenbusk
AlliedModders Donor
Join Date: Jan 2011
Old 10-24-2011 , 05:31   Re: Updater
Reply With Quote #30

GoD-Tony i have a idea to a plugin, who use this plugin:
Idea: I will make a plugin, who add auto-update feature to plugin there not have it.
So you will have a config file like:
Code:
"Plugins"
{
    "sm_hosties.smx" // plugin file name
    {
        "UPDATE_URL"    "http://example.com/updater1.txt" // url to update file
    }
    
    "respawn.smx"
    {
        "UPDATE_URL"    "http://example.com/updater.txt"
    }
}
So if the auther not will add auto-update functionality. Then the community can!
What do you think? (if you understand)
klausenbusk is offline