Search found 140 matches

by nullable
Fri Nov 28, 2014 9:17 pm
Forum: Plugin Development Support
Topic: Add bot with custom name
Replies: 16
Views: 11533

I am interesting csgo.
by nullable
Fri Nov 28, 2014 1:01 pm
Forum: Plugin Development Support
Topic: Add bot with custom name
Replies: 16
Views: 11533

Ok. How about bot prefix?
by nullable
Fri Nov 28, 2014 8:19 am
Forum: Plugin Development Support
Topic: Add bot with custom name
Replies: 16
Views: 11533

Thanks. Now I have two questions about this:
1. How to set difficulty of bot?
2. How to remove bot prefix [BOT] in name?
by nullable
Thu Nov 27, 2014 3:08 pm
Forum: Plugin Development Support
Topic: Add bot with custom name
Replies: 16
Views: 11533

Add bot with custom name

Hi guys,

Is it possible add bot by command like bot_add_ct or bot_add_t and set it custom name?
by nullable
Sun Nov 23, 2014 12:32 pm
Forum: Plugin Development Support
Topic: record command
Replies: 5
Views: 4958

Do you mean the correct way is below?

Syntax: Select all

engine_server.client_command(index, 'record demo_test;')
by nullable
Sat Nov 22, 2014 9:52 pm
Forum: Plugin Development Support
Topic: Custom variables in plugin
Replies: 5
Views: 4159

Thanks. The problem has been resolved.
by nullable
Sat Nov 22, 2014 9:36 pm
Forum: Plugin Development Support
Topic: Custom variables in plugin
Replies: 5
Views: 4159

What is wrong in my code?
by nullable
Sat Nov 22, 2014 9:20 pm
Forum: Plugin Development Support
Topic: record command
Replies: 5
Views: 4958

record command

Hello,

Please tell me which command used for record demo? When I try next:

Syntax: Select all

engine_server.server_command('record demo_name;')


the result is:

Code: Select all

Unknown command "record"
by nullable
Sat Nov 22, 2014 10:29 am
Forum: Plugin Development Support
Topic: Custom variables in plugin
Replies: 5
Views: 4159

Please help. What is wrong in my code? cfg/source-python/hello.cfg am_var1 "test_val" addons/source-python/plugins/hello/info.py from cvars.public import PublicConVar # Plugins from plugins.info import PluginInfo # ===========================================================================...
by nullable
Sat Nov 22, 2014 9:18 am
Forum: Plugin Development Support
Topic: Custom variables in plugin
Replies: 5
Views: 4159

Custom variables in plugin

I want to use custom variables like am_var1 but when I try next code I get an error: server.cfg am_var1 "test_val" code from cvars import cvar def load(): print('%s' % cvar.find_var('am_var1').get_string()) error AttributeError: 'NoneType' ob...
by nullable
Fri Nov 21, 2014 6:43 am
Forum: Plugin Development Support
Topic: Message localization
Replies: 13
Views: 9656

Why is it doesn't work on my official steam account (CS:GO)?

Syntax: Select all

lang = engine_server.get_client_convar_value(index, 'cl_language')
by nullable
Thu Nov 20, 2014 2:08 pm
Forum: Plugin Development Support
Topic: Language detect
Replies: 2
Views: 2890

Language detect

Hi,

How can I detect a language of steam?
by nullable
Mon Nov 17, 2014 5:58 am
Forum: Plugin Development Support
Topic: Custom params in event
Replies: 17
Views: 12331

I have never used the cracked version before. The idea is to change nick after player activated. Is it possible?
by nullable
Mon Nov 17, 2014 5:49 am
Forum: Plugin Development Support
Topic: Message localization
Replies: 13
Views: 9656

I am using official steam account and csgo from it. Text locale I got from your thread.
by nullable
Sun Nov 16, 2014 7:42 pm
Forum: Plugin Development Support
Topic: Message localization
Replies: 13
Views: 9656

Cs:go
by nullable
Sun Nov 16, 2014 7:02 pm
Forum: Plugin Development Support
Topic: Message localization
Replies: 13
Views: 9656

Thanks. But when I try to get language I get empty string from events import Event from engines.server import engine_server from players.helpers import index_from_userid @Event def player_activate(game_event): userid = game_event.get_int('userid') index = index_from_userid...
by nullable
Sun Nov 16, 2014 10:23 am
Forum: Plugin Development Support
Topic: Custom params in event
Replies: 17
Views: 12331

If I connect through steam the name is not override. Is it normal case?
by nullable
Sun Nov 16, 2014 9:42 am
Forum: Plugin Development Support
Topic: Message localization
Replies: 13
Views: 9656

Message localization

Hi,

I need localization text message(HintText). How can I make it?
by nullable
Sun Nov 16, 2014 9:13 am
Forum: General Discussion
Topic: Disable draw
Replies: 0
Views: 2632

Disable draw

How can I disable draw in rounds?
by nullable
Sun Nov 16, 2014 6:51 am
Forum: General Discussion
Topic: Disable choose team
Replies: 5
Views: 6520

Disable choose team

Hi,

I want to choose team for players in plugin and I want for this disable choose team after player connect. How can I make it?

Go to advanced search