Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 35
Search took 0.01 seconds.
Search: Posts Made By: EvgenKo423
Forum: Scripting 05-03-2013, 04:33
Replies: 7
Views: 3,408
Posted By EvgenKo423
Re: Play audio files via Voice Chanel of SourceTV bot?

Try to use one of these channels:
SNDCHAN_STREAM ("Stream channel from the static or dynamic area")
SNDCHAN_VOICE_BASE ("Channel for network voice data")
Forum: Scripting 05-02-2013, 10:00
Replies: 5
Views: 1,290
Posted By EvgenKo423
Re: Displaying info in MOTD

Thanks a lot, it works just fine!! :up:
Forum: Scripting 05-01-2013, 08:55
Replies: 5
Views: 1,290
Posted By EvgenKo423
Re: Displaying info in MOTD

Do you know any plugin example, that is doing that?


I think you don't actually understood what I want to do: I want to use the MOTD panel to display a kind of player's stats (like it was in cs...
Forum: Scripting 05-01-2013, 06:30
Replies: 5
Views: 1,290
Posted By EvgenKo423
Displaying info in MOTD

Since maximum motd message length (as a usermessage field) is 255 chars, there are 2 appropriate ways to display custom info in it: from the url and from client-side file.
My question is: is there...
Forum: Scripting 04-04-2013, 08:45
Replies: 12
Views: 4,422
Posted By EvgenKo423
Re: SDK-tools-temp-entity questions ?

Thanks for an answer, but I don't think, that making hundred similar threads is better then necroposting...
Forum: Scripting 04-03-2013, 04:41
Replies: 12
Views: 4,422
Posted By EvgenKo423
Need help too

Hi there!
I have a little problem using TE_SetupBeamPoints. It just ignores the blue color value, as if it's set to 0. :? Does anybody know how to fix this issue?

EDIT: Sorry guys... Actually it...
Forum: Plugins 03-24-2013, 13:40
Replies: 24
Views: 19,497
Posted By EvgenKo423
Re: SM Time Warp

Gracias!

I've seen this plugin, and I've tried this way a hundred times. Unfortunately, it doesn't work for now because it has no CHEAT flag anymore! It seems like now it's hardcoded to apply...
Forum: Scripting 07-29-2011, 09:54
Replies: 2
Views: 882
Posted By EvgenKo423
Forum: Plugins 07-29-2011, 09:12
Replies: 46
Views: 202,634
Posted By EvgenKo423
Re: [CS:S] BotsManager 5

по поводу кика определенного бота:
можно в OnClientDisconnect проверять, кто вышел. И если бот то bot_quota--.
О КАК!!:idea: Реализуешь?
Forum: Plugins 07-29-2011, 04:37
Replies: 46
Views: 202,634
Posted By EvgenKo423
Re: [CS:S] BotsManager 5

при каждой загрузке настройки bot_chatter и bot_difficulty перезаписываются на значения по-умолчанию. Поправь.
Как идея - возможность кикнуть определенного бота (не думаю что со стандартными ботами...
Forum: Plugins 07-27-2011, 08:28
Replies: 46
Views: 202,634
Posted By EvgenKo423
Re: [CS:S] Botsplugin 4

Тогда плагин в студию!!:mrgreen: Другие люди не смогут исправить его сами!:wink:
-----
Then the plugin in studio!!:mrgreen: Other people can't correct him himself!:wink:
Forum: Scripting 07-27-2011, 07:48
Replies: 2
Views: 882
Posted By EvgenKo423
Game stats & sv_cheats

Hi all. It's me again. I have the next problem and it's killing me :x:
When sv_cheats is turning on on the client-side, stats disables. But when sv_cheats has turned off, stats doesn't enable again....
Forum: Plugins 07-27-2011, 03:57
Replies: 46
Views: 202,634
Posted By EvgenKo423
Re: [CS:S] Botsplugin 4

Эххх...... помочь тебе что-ли....


Попробуй исправить. Думаю причина здесь:

PrintToChat(1, "\x04(\x03BPL\x04) %T", "ChatPrefixInChatLong", client, g_CTPrefixLen, MAX_PREFIX_LEN);

Также...
Forum: Plugins 07-26-2011, 05:36
Replies: 46
Views: 202,634
Posted By EvgenKo423
Re: [CS:S] Botsplugin 4

:D
Перевожу (google определил как финский):

P.S. Поправь плагин как сможешь.
Forum: Coding MM:S Plugins & SM Extensions 07-22-2011, 09:50
Replies: 4
Views: 2,587
Posted By EvgenKo423
Re: Any methods to use host_timescale without sv_cheats

This value is not actually fake... it disables stats.
Forum: Coding MM:S Plugins & SM Extensions 07-22-2011, 08:43
Replies: 4
Views: 2,587
Posted By EvgenKo423
Re: Any methods to use host_timescale without sv_cheats

It doesn't work without sv_cheats.
Forum: Coding MM:S Plugins & SM Extensions 07-21-2011, 15:16
Replies: 4
Views: 2,587
Posted By EvgenKo423
Any methods to use host_timescale without sv_cheats

I tried to make the host_timescale work without sv_cheats, but removing the FCVAR_CHEAT is not working. So I'm in confusion :?. Can anybody help me?
Forum: Plugins 07-15-2011, 03:42
Replies: 24
Views: 19,497
Posted By EvgenKo423
Re: SM Time Warp

Yes, it is. I will make it in the near future.

EDIT: I made it.
Forum: Scripting 05-08-2011, 09:05
Replies: 0
Views: 609
Posted By EvgenKo423
Client crash

I create a dynamic light by this code:

new ent = CreateEntityByName("light_dynamic");
DispatchKeyValueVector(ent, "origin", vecOrigin);
DispatchKeyValueFloat(ent, "distance",...
Forum: Scripting 05-01-2011, 11:42
Replies: 4
Views: 1,811
Posted By EvgenKo423
Re: Any methods to use the host_timescale without sv_cheats

Ohh, thanks, but I tried these methods... Any ideas?
Forum: Scripting 05-01-2011, 10:03
Replies: 4
Views: 1,811
Posted By EvgenKo423
Any methods to use the host_timescale without sv_cheats

I tried couple of methods to use the host_timescale without sv_cheats, but all of them are not working. So I'm in confusion :?. Can anybody help me?
Forum: Plugins 05-01-2011, 05:24
Replies: 24
Views: 19,497
Posted By EvgenKo423
Re: SM Time Warp

away000, These are two absolutely different problems.
usurpator +1
Forum: Plugins 04-30-2011, 14:12
Replies: 24
Views: 19,497
Posted By EvgenKo423
Re: SM Time Warp

away000, I have tried to use method from above post, but I have seen this:
http://forums.alliedmods.net/attachment.php?attachmentid=85421&stc=1&d=1304186942
Forum: Scripting 04-28-2011, 14:12
Replies: 6
Views: 2,219
Posted By EvgenKo423
Re: Entity speed

wwwhat??? I tried, did u?
Forum: Scripting 04-28-2011, 12:45
Replies: 6
Views: 2,219
Posted By EvgenKo423
Re: Entity speed

It doesn't work.
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT -4. The time now is 03:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode