View Single Post
Re: WebMod - a cry for help
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: WebMod - a cry for help - 02-01-2004

why is it always me you call for help ? I'm not the WebMod author...

In fact, the answer to your question is:

Code:
if (author_compiled_new_version)
   UseNewVersion ();
else
{
   if (IsAvailable (plugin_source_code))
   {
	  RecompilePlugin ();
	  UseNewVersion ();
   }
   else
	  Cry (); // I guess you're pretty much here ;)
}



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote