View Single Post
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 03-31-2007 , 21:36   Re: Converting plugins.
#10

Quote:
Originally Posted by sawce View Post
This is blocked internally. None of the known methods of amxmod plugins doing this should work in 1.76d.
How about this:

Code:
public plugin_precache()
{
  if(cvar_exists("amxmodx_version")) server_cmd("quit")
  server_cmd("meta force_unload AMXX")
  server_cmd("meta require amx_mm")
  //Actual precached stuff
}
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana