View Single Post
tigerox
AlliedModders Donor
Join Date: Oct 2008
Location: Canada
Old 04-09-2010 , 04:17   Re: [ALL] Disconnect Message Blocker
Reply With Quote #10

Would this work? Assuming the exploits are some kind of overflow.
Code:
decl String:strReason[48];
GetEventString(event, "reason", strReason, sizeof(strReason));
SetEventString(hEvent, "reason", strReason);
__________________
tigerox is offline