According to this
http://www.amxmodx.org/funcwiki.php?go=func&id=223
if I do
Code:
pause("ac", "myplugin.amxx")
its no longer unpauseable. So would I have to do
Code:
pause("acd", "myplugin.amxx")
in order to unpause it? Example, one plugin pauses another in one map timelimit. Before the map timelimit is over, can it be unpaused again?