AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Plugin stopped (https://forums.alliedmods.net/showthread.php?t=276163)

BeNq! 12-16-2015 10:24

Plugin stopped
 
Hello,

How unlock plugin when it is stopped?

Example, this code is not working:
HTML Code:

unpause("test.amxx")
        unpause("ac", "testamxx")
        unpause("abcde", "test.amxx")

You can lock the "pause" in Orpheu?

Sn3amtz 12-16-2015 15:54

Re: Plugin stopped
 
off - Pauses all plugins not in the list.
on - Unpauses all plugins.
stop <file> - Stops a plugin.
pause <file> - Pauses a plugin.
enable <file> - Enables a plugin.
save - Saves a list of stopped plugins.
clear - Clears a list of stopped plugins.
list [id] - Lists plugins.
add <title> - Marks a plugin as unpauseable

BeNq! 12-17-2015 12:23

Re: Plugin stopped
 
Didn't work.

addons_zz 12-17-2015 13:05

Re: Plugin stopped
 
Quote:

Originally Posted by https://www.amxmodx.org/api/amxmodx/pause
"d" - stop plugin, making it unavailable to unpause

If you use flag d then it not possible unpause at current server load.
Else just unpause as you want and be sure that there is anything else pausing it after you unpause. Follow this procedure to find such thing:

Rename your "addons" to "addons_old" and to install a default amxmodx install at a new empty "addons" folder, but now, without any special plugin for amxmodx and metamod beyond "your troublesome plugin".

Then test if it is working.

If not, you will have to find this incompatibility.

If yes,
1) Install half yours metamod plugins and test if it is working.
2) Install half yours amxx plugins and test if it is working.

If it not work at 1 or 2 above, start from the beginning again, then just install half of half, and try, and goes on until you discover what is breaking.


All times are GMT -4. The time now is 17:57.

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