View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 06-22-2012 , 13:27   Re: [Any] Arbitrary Chat Colours
Reply With Quote #17

Quote:
Originally Posted by ReFlexPoison View Post
There's nothing in the source that indicates any problems resulting in that. No OnMapStarts or OnMapEnds so maybe another plugin is causing this?
OH REALLY?

Weird how im the only one that has seen this... You never closed the handles of Regex.. thats why Fire's server was unloading it.
Code:
        ReplaceStringEx(message, MAXLENGTH_MESSAGE, matchedTag, Copy);
    }
    CloseHandle(hRegex);
    return Plugin_Changed;
}
at the chat forward and on the test command

EDIT: Look below.

Last edited by Mitchell; 06-22-2012 at 16:07.
Mitchell is offline