View Single Post
ppalex
Senior Member
Join Date: Nov 2012
Location: Russia, near the Moscow
Old 02-01-2013 , 05:02   Re: [source 2009] SourceComms (0.7.114-beta)
Reply With Quote #21

Quote:
Originally Posted by Root_ View Post
please explain me why that? Usually plugins is dealing with each other using natives, not plugin name
Spoiler
Look in basecomm.inc
Code:
public SharedPlugin:__pl_basecomm = 
{
	name = "basecomm",
	file = "basecomm.smx",
#if defined REQUIRE_PLUGIN
	required = 1,
#else
	required = 0,
#endif
};
All third-party plugins, which includes <basecomm> (to using basecomm natives, for example), searches working basecomm.smx (because it is required as defined in basecomm.inc) plugin on server. And if it could not be found - a third-party plug will be stopped

Spoiler

Last edited by ppalex; 02-01-2013 at 05:04.
ppalex is offline