AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How to.. plugin is loaded already stopped (https://forums.alliedmods.net/showthread.php?t=203938)

alonelive 12-25-2012 06:01

How to.. plugin is loaded already stopped
 
Is this possible?

when server starts, the same plugin load stopped.

[ 42] same_plugin v. 1.3 author stat-round_chat STOPPED

alonelive 12-25-2012 07:45

Re: How to.. plugin is loaded already stopped
 
PHP Code:

/* Pauses function or plugin so it won't be executed.
* In most cases param1 is name of function and
* param2 name of plugin (all depends on flags).
* Flags:
* "a" - pause whole plugin.
* "c" - look outside the plugin (by given plugin name).
* "d" - set "stopped" status when pausing whole plugin.
*       In this status plugin is unpauseable.
* Example: pause("ac","myplugin.amxx") 
*
* Note: There used to be the b and e flags as well,
* which have been deprecated and are no longer used.
*/
native pause(const flag[], const param1[]="",const param2[]=""); 

I find needed information.
But I don't understand this: "look outside the plugin (by given plugin name)."
What is this?

TheDS1337 12-25-2012 08:02

Re: How to.. plugin is loaded already stopped
 
Don't Double Post !

fysiks 12-26-2012 21:05

Re: How to.. plugin is loaded already stopped
 
Quote:

Originally Posted by alonelive (Post 1860128)
But I don't understand this: "look outside the plugin (by given plugin name)."
What is this?

Just as is says, it looks outside the plugin [in which it was used] by the given plugin name.


All times are GMT -4. The time now is 13:41.

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