Search found 4 matches
- Fri Dec 02, 2016 10:11 pm
- Forum: Plugin Development Support
- Topic: Restart the round
- Replies: 30
- Views: 36572
Re: Restart the round
tnx, guys
- Fri Dec 02, 2016 8:42 pm
- Forum: Plugin Development Support
- Topic: Restart the round
- Replies: 30
- Views: 36572
Re: Restart the round
any ideas why now `execute_server_command('mp_restartgame', 1)` failed with `ValueError: Unable to find command 'mp_restartgame'.` ?
- Fri Dec 02, 2016 9:41 am
- Forum: General Discussion
- Topic: OnClientConnect getting Player problem
- Replies: 4
- Views: 7878
Re: OnClientConnect getting Player problem
tnx, your right
i forget that we have also @Event('player_connect') in our code for do same thing - kick user if it is not allowed
i forget that we have also @Event('player_connect') in our code for do same thing - kick user if it is not allowed
- Thu Dec 01, 2016 11:39 pm
- Forum: General Discussion
- Topic: OnClientConnect getting Player problem
- Replies: 4
- Views: 7878
Re: OnClientConnect getting Player problem
tnx, but it worked when second arg was `index`, before https://github.com/Source-Python-Dev-Team/Source.Python/commit/69b8e79152f8d961b8b1bfe422c9eb63bf9987fd OnClientActive is not what we need, as i understand we can't drop connection from OnClientActive We using `@OnClientConnect` listener for che...