Subscriber tapir76 Posted July 22, 2012 Subscriber Share Posted July 22, 2012 HelloIs it possible to check that the player uses a private slot on the server? If a player enters the server on the private part-slot server routes it to the public?How is this done? Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted July 22, 2012 Management Share Posted July 22, 2012 Sorry, the private slots are not mod side features. Quote Link to comment Share on other sites More sharing options...
Sol Posted July 22, 2012 Share Posted July 22, 2012 (edited) Is it possible to check that the player uses a private slot on the server?Yes, by extract ( password ) from client's userinfo. If the client is a private then password will be equal to privatepassword. If a player enters the server on the private part-slot server routes it to the public?How is this done?Server automatically reserves slots for private_clients, from 0 slot to ( sv_privateClients - 1 ), clients connecting to non-private slots server automatically puts them to any free slot from ( sv_privateClients - 1 ) slot_numer. Edited July 22, 2012 by Sol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.