View Single Post
`666
AlliedModders Donor
Join Date: Jan 2006
Old 03-14-2021 , 13:38   Re: [CSGO] Kitsune - DetectSmoke API
Reply With Quote #6

Must RegPluginLibrary or get error
Quote:
[SM] Unable to load plugin "test.smx": Could not find required plugin "kit_detect_smoke"
Code:
public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max)
{
	RegPluginLibrary("kit_detect_smoke");
	return APLRes_Success;
}

Last edited by `666; 03-14-2021 at 13:38.
`666 is offline