Search found 140 matches

by nullable
Sun Sep 06, 2015 12:53 pm
Forum: Plugin Development Support
Topic: CSGO: default weapon
Replies: 19
Views: 15984

or like after team switch
by nullable
Sun Sep 06, 2015 10:23 am
Forum: Plugin Development Support
Topic: CSGO: default weapon
Replies: 19
Views: 15984

CSGO: default weapon

Please help me to resolve problem with Source.Python. I need to set default weapon like game is starting. How can I do it?
by nullable
Sun Sep 06, 2015 10:20 am
Forum: General Discussion
Topic: CSGO: Ranking system
Replies: 4
Views: 4707

Ok. Thanks. And as I understand it's possible to get this info of Source.Python?
by nullable
Sun Aug 30, 2015 1:44 pm
Forum: General Discussion
Topic: CSGO: Ranking system
Replies: 4
Views: 4707

CSGO: Ranking system

Is it possible to get player rank?. I mean using steam api or something like that.
by nullable
Thu Aug 13, 2015 5:45 am
Forum: Plugin Development Support
Topic: CSGO: Change nick
Replies: 3
Views: 3464

The problem has been resolved in new version of plugin. Example: @Event('player_activate') def player_activate(game_event): player = PlayerEntity(index_from_userid(game_event.get_int('userid'))) player.name = 'Just a test nick'
by nullable
Thu Aug 13, 2015 5:43 am
Forum: Plugin Development Support
Topic: CSGO: disallow to change a team
Replies: 4
Views: 3572

Thanks. It's works.
by nullable
Thu Aug 13, 2015 5:42 am
Forum: Plugin Development Support
Topic: CSGO: kick in player_connect
Replies: 2
Views: 2529

Thanks. The problem has been resolved.
by nullable
Thu Aug 13, 2015 5:41 am
Forum: Plugin Development Support
Topic: CSGO: change team name
Replies: 2
Views: 2359

Thanks. The problem has been resolved. Example: from cvars import ConVar # Convars mp_team1_name = ConVar('mp_teamname_1') mp_team2_name = ConVar('mp_teamname_2') mp_team1_name.set_string('Team1 Name') mp_team2_name.set_string('Team2 Name'&...
by nullable
Wed Aug 12, 2015 5:17 am
Forum: Plugin Development Support
Topic: CSGO: change team name
Replies: 2
Views: 2359

CSGO: change team name

Hello,

How can I to change team name in game?

Best Regards.
by nullable
Sun Aug 09, 2015 12:29 pm
Forum: Plugin Development Support
Topic: CSGO: Timer
Replies: 1
Views: 1984

CSGO: Timer

Hello,

Is it possible to show timer message like warmup timer?

Best Regards.
by nullable
Sat Aug 08, 2015 10:02 am
Forum: Plugin Development Support
Topic: CSGO: disable "Game_Commencing"
Replies: 2
Views: 2632

After change from player.switch_team(team_id) to player.set_team(team_id) in player_activate event the problem has been resolved. Is it new feature in new sourcepython or it's bug?
by nullable
Sat Aug 08, 2015 7:34 am
Forum: Plugin Development Support
Topic: CSGO: disable "Game_Commencing"
Replies: 2
Views: 2632

CSGO: disable "Game_Commencing"

Hello,

Please help me to disable Game_Commencing.

Code: Select all

L 08/08/2015 - 07:23:11: World triggered "Game_Commencing"


Is it possible?
by nullable
Thu Aug 06, 2015 9:48 pm
Forum: General Discussion
Topic: CSGO: crash the server
Replies: 9
Views: 7773

As I understand the problem is in locales: Delay.__init__ <0.5> <<bound method HintText.send of {'message': 'FIRST PERIOD HAS BEEN STARTED'}>> <()> <{}> L 08/07/2015 - 00:39:41: - sp.listeners.tick.delays - DEBUG tick_delays.__missing__ <1438897182.0249112> L 08/07/2015 - 00:39:41: - sp.listeners.ti...
by nullable
Thu Aug 06, 2015 7:35 pm
Forum: General Discussion
Topic: CSGO: crash the server
Replies: 9
Views: 7773

We use next:
Server: Debian
Plugins: SourcePython Alpha build files as of August 3, 2015 (only!)
Our code I can't show you. Sorry.

Best Regards.
by nullable
Thu Aug 06, 2015 6:56 pm
Forum: General Discussion
Topic: CSGO: crash the server
Replies: 9
Views: 7773

Hi,

Full log before crash http://dpaste.com/2PMJ1VZ

Best Regards.
by nullable
Wed Aug 05, 2015 9:44 pm
Forum: General Discussion
Topic: CSGO: crash the server
Replies: 9
Views: 7773

In log I found: CSoundEmitterSystemBase::GetParametersForSound: No such sound Error CSoundEmitterSystemBase::GetParametersForSound: No such sound Error UTIL_GetListenServerHost() called from a dedicated server or single-player game. UTIL_GetListenServerHost() called from a dedicated server or single...
by nullable
Wed Aug 05, 2015 8:44 pm
Forum: Plugin Development Support
Topic: CSGO: kick in player_connect
Replies: 2
Views: 2529

CSGO: kick in player_connect

The idea is kick player in player_connect. Is it possible?
by nullable
Wed Aug 05, 2015 6:40 pm
Forum: General Discussion
Topic: CSGO: limit players
Replies: 1
Views: 2341

CSGO: limit players

Hello,

Is it possible to change max players in game in autoexec.ini or sp plugins?

Best Regards.
by nullable
Wed Aug 05, 2015 10:54 am
Forum: General Discussion
Topic: CSGO: crash the server
Replies: 9
Views: 7773

CSGO: crash the server

Hello, After some actions the server was crashed. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Assert( Assertion Failed: CApplicationManager::GetMountVolume: invalid index ):/home/buildbot/buildslave/steam_rel_client_linux/build/src/clientdll/applicationmanager.cpp:2990 cra...
by nullable
Tue Aug 04, 2015 7:15 pm
Forum: Plugin Development Support
Topic: CSGO: Enable log of source python
Replies: 1
Views: 1974

CSGO: Enable log of source python

Hello,

My server is crashed after some actions and I want to understand what the problem is. How can I to enable log of source python and where is this log file?

Best Regards.

Go to advanced search