alright, sorry I just got it working. With this code:
package reserve
{
function GameConnection::onConnectRequest(%this,%lanname,%netname,%clantag1,%clantag2)
{
echo("CONNECT REQUEST");
Parent::onConnectRequest(%this,%lanname,%netname,%clantag1,%clantag2);
}
};
activatePackage(reserve);
Thanks Zor, I shall continue writing my reserved slots script and maybe release it soon.