AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   detect late loads? (https://forums.alliedmods.net/showthread.php?t=317533)

Naleksuh 07-18-2019 13:38

detect late loads?
 
is there any way to detect if plugin was loaded normally, or with "sm plugins load" command?

Timocop 07-18-2019 14:31

Re: detect late loads?
 
PHP Code:

bool g_bLateLoad;

public 
APLRes AskPluginLoad2(Handle myselfbool latechar[] errorint err_max)
{
    
g_bLateLoad late;



Naleksuh 07-18-2019 15:20

Re: detect late loads?
 
neat ty


All times are GMT -4. The time now is 05:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.