Search found 140 matches

by nullable
Tue Aug 04, 2015 2:59 pm
Forum: Plugin Development Support
Topic: CSGO: player connection problems
Replies: 4
Views: 4324

Once a player has internet connection problems the server stops. I need to intercept this event and make necessary actions. Is it possible or not.
by nullable
Tue Aug 04, 2015 2:52 pm
Forum: Plugin Development Support
Topic: CSGO: player connection problems
Replies: 4
Views: 4324

CSGO: player connection problems

How can I determine what the player connection problems?
by nullable
Tue Aug 04, 2015 1:41 pm
Forum: General Discussion
Topic: Strange files like backup_round04
Replies: 2
Views: 2867

Strange files like backup_round04

Please help me to understand why do I get strange files in a directory server like backup_round04?

Server: Linux
Game: CSGO
by nullable
Mon Aug 03, 2015 3:00 pm
Forum: News & Announcements
Topic: Aug 2 - New Release!!
Replies: 22
Views: 46671

Game: CSGO
Server: Linux (Ubuntu)
Event: player_activate
by nullable
Mon Aug 03, 2015 6:45 am
Forum: News & Announcements
Topic: Aug 2 - New Release!!
Replies: 22
Views: 46671

In new version of plugin set player.name are not working:

Syntax: Select all

player.name = 'Test'

After change name the player is disconnect from server.

Is it possible to fix it?
by nullable
Mon Aug 03, 2015 5:53 am
Forum: News & Announcements
Topic: Aug 2 - New Release!!
Replies: 22
Views: 46671

After update: [SP] Caught an Exception: Traceback (most recent call last): File '../addons/source-python/packages/source-python/commands/manager.py', line 151, in __call__ return_value = callback(*args) File '../addons/source-python/packages/source-python/plugins/command...
by nullable
Mon Aug 03, 2015 5:27 am
Forum: News & Announcements
Topic: Aug 2 - New Release!!
Replies: 22
Views: 46671

After update: [SP] Caught an Exception: Traceback (most recent call last): File '../addons/source-python/packages/source-python/commands/manager.py', line 151, in __call__ return_value = callback(*args) File '../addons/source-python/packages/source-python/plugins/command....
by nullable
Sun Aug 02, 2015 6:46 pm
Forum: News & Announcements
Topic: Aug 2 - New Release!!
Replies: 22
Views: 46671

Can you update this release or I need waiting next? :)
by nullable
Sun Aug 02, 2015 9:48 am
Forum: News & Announcements
Topic: Aug 2 - New Release!!
Replies: 22
Views: 46671

After update sourcepython: [Source.Python] Loading... failed to dlopen /home/csgoserver/serverfiles/csgo/addons/source-python/bin/core.so error=/home/csgoserver/serverfiles/csgo/addons/source-python/bin/core.so: undefined symbol: _ZTI18INetChannelHandler =========================================== [...
by nullable
Wed Jul 29, 2015 9:00 pm
Forum: Plugin Development Support
Topic: Logging
Replies: 2
Views: 2656

I did a similar but not the same output format as needed: gg_logger = LogManager( 'gg', _level, _areas, 'gungame', '%(asctime)s - %(name)s\t-\t%(levelname)s\n%(message)s', '%m-%d-%Y %H:%M:%S') I mean all logs without prefix date...
by nullable
Tue Jul 28, 2015 4:45 am
Forum: Plugin Development Support
Topic: Logging
Replies: 2
Views: 2656

Logging

What better use for logging in the plugin?
Loggers or logging or something else?
by nullable
Mon Jul 27, 2015 7:52 pm
Forum: Plugin Development Support
Topic: CSGO: disallow to change a team
Replies: 4
Views: 3558

Ok. Thanks. And how about to disallow use console command?
by nullable
Mon Jul 27, 2015 7:37 pm
Forum: Plugin Development Support
Topic: CSGO: disallow to change a team
Replies: 4
Views: 3558

CSGO: disallow to change a team

Hello,

Is it possible disallow player to change a team in game?

Best Regards.
by nullable
Sun Jul 26, 2015 7:24 pm
Forum: Plugin Development Support
Topic: CSGO: Check to training round
Replies: 4
Views: 3718

Is it possible to dissable warmup in game?
by nullable
Sun Jul 26, 2015 5:42 am
Forum: News & Announcements
Topic: New release July 2nd, 2015!!
Replies: 14
Views: 32167

I think its a critical bug. When will the next release of the plugin?
by nullable
Sat Jul 25, 2015 11:37 am
Forum: Plugin Development Support
Topic: CSGO: Change nick
Replies: 3
Views: 3439

Is it possible to include player.name = <new name> this functionality to the new release?
by nullable
Sat Jul 25, 2015 11:31 am
Forum: News & Announcements
Topic: New release July 2nd, 2015!!
Replies: 14
Views: 32167

Ok. Thanks. Can you make a new release with this fix?
by nullable
Sat Jul 25, 2015 8:46 am
Forum: Plugin Development Support
Topic: CSGO: send CTRL+C to the server
Replies: 1
Views: 1982

CSGO: send CTRL+C to the server

Hello everyone, I need send command like SIGINT (CTRL+C) to the server. @Event def server_shutdown(game_event): engine_server.server_command('exit;') The main reason is to resolve the problem http://forums.sourcepython.com/showthread.php?865-New-release-July-2nd-2015!!&p=...
by nullable
Sat Jul 25, 2015 7:53 am
Forum: News & Announcements
Topic: New release July 2nd, 2015!!
Replies: 14
Views: 32167

After install new version of plugin I can't send command exit to server. I have an error: Segmentation fault (core dumped) BFD: Warning: /home/csgoserver/serverfiles/core is truncated: expected core file size >= 227799040, found: 1085440. Cannot access memory at address 0xb7793908 Cannot acc...
by nullable
Fri Jul 24, 2015 6:22 am
Forum: Plugin Development Support
Topic: CSGO: hltv detected
Replies: 0
Views: 2879

CSGO: hltv detected

Hello, When I use command for record video like this: engine_server.server_command('tv_record test.dem;') after that the hltv bot trying to connect to the server in player_activate event the code @Event def player_activate(game_event): player = PlayerEntity(index_from_userid(game_eve...

Go to advanced search