View Single Post
Yeah=}
Member
Join Date: Apr 2010
Location: Ural, Russia
Old 04-27-2012 , 09:53   Re: About CommitSuicide
Reply With Quote #4

Quote:
Originally Posted by asherkin View Post
One major issue is that you're not checking if event is not NULL.
Hmm, I've added
Code:
if( !event )
    {
        return;
    }
on the top of the function. Still not working...

PS. Now I have this code: http://pastebin.com/6PtmPTjB and it doesn't work. But it works ok http://pastebin.com/H5v9QXPt. This code also dont crash server http://pastebin.com/0bTpTSYE.
take note of the commented line

Last edited by Yeah=}; 04-27-2012 at 12:14.
Yeah=} is offline