View Single Post
FunkyLoveCow
Senior Member
Join Date: May 2010
Old 12-02-2011 , 15:40   Re: Connect - A safer OnClientPreConnect forward
Reply With Quote #22

Quote:
Originally Posted by GoD-Tony View Post
Remember that this extension either rejects or accepts players on connect. You need to change the "return" to "return true or false" in both cases, and then again at the end of the forward.

When rejecting a player you should format the rejection message so the user doesn't get garbage data like in your screenshot.
D'oh. Thanks. I completely ignored that new bool return. Thank you.
FunkyLoveCow is offline