Quote Originally Posted by default View Post
how to add :P
I have it like this:
PHP Code:
Callback_PlayerConnect()
{
    
thread dummy();

    
ip std\player::getIP();
    
self thread kickFakeClients(ip);
    
self PlayerConnected(); 
But you can also add it to CodeCallback_PlayerConnect() when you use multiple gametypes.