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

Showing results 1 to 25 of 29
Search took 0.03 seconds.
Search: Posts Made By: analogg
Forum: Scripting Help 12-30-2012, 18:59
Replies: 2
Views: 1,596
Posted By analogg
Forum: Scripting Help 12-30-2012, 17:06
Replies: 2
Views: 1,596
Posted By analogg
Hook a server cvar change event

Hello!
How to hook event, when a server cvar was changed? For example: mp_c4timer
Thx!
Forum: Scripting Help 12-19-2012, 18:52
Replies: 9
Views: 3,934
Posted By analogg
Re: mp_c4timer bug

Before i had same thing, but I was checked all *.cfg's by find text filter on hlds dir, and nothing. After restart/mapchange server, on first round, I 've check it in server console, and cvar is have...
Forum: Scripting Help 12-19-2012, 18:23
Replies: 9
Views: 3,934
Posted By analogg
Re: mp_c4timer bug

My plugin do nothing! Its just a timer. Without my plugin this bug comes too. I have cvar mp_c4timer is set to 35 in server.cfg. But if start server, or change map, on first round bomb explode after...
Forum: Scripting Help 12-19-2012, 05:53
Replies: 9
Views: 3,934
Posted By analogg
Re: mp_c4timer bug

Without Orpheu its imposible?
Forum: Scripting Help 12-19-2012, 03:33
Replies: 9
Views: 3,934
Posted By analogg
mp_c4timer bug

Hi! I 've write a plugin, its shows timer of c4 bomb. But I saw one bug: After start server, or change map, and plant the bomb on first round. C4 will explode after default 45 seconds, but on...
Forum: Scripting Help 11-03-2012, 04:08
Replies: 1
Views: 789
Posted By analogg
Skip view self kill dead animation

Hello!
Who knows solution, how to skip of view self or world kill dead animation? If you was killed by other player, you will look at him, but if himself - you look of you dead body!
Forum: Scripting Help 07-15-2012, 05:53
Replies: 10
Views: 3,731
Posted By analogg
Re: Can't remove dead body (ClCorpse)

Yes, this is what I need!


But it doesnt work. Its just making die anim to invisible!
Forum: Scripting Help 07-13-2012, 16:44
Replies: 10
Views: 3,731
Posted By analogg
Re: Can't remove dead body (ClCorpse)

I have made this before start this topic (invisible die animation)!
But I need that the player after his death not watching his body (I mean the death animation).

How can I do that?...
Forum: Scripting Help 07-13-2012, 15:37
Replies: 10
Views: 3,731
Posted By analogg
Re: Can't remove dead body (ClCorpse)

Hmm...strange. When I kill the player, or kill himself, die animation still play.
With DEAD_DISCARDBODY the same!

Edit: Maybe problem in server build? I'm using 4554 build.
Forum: Scripting Help 07-13-2012, 01:29
Replies: 10
Views: 3,731
Posted By analogg
Can't remove dead body (ClCorpse)

Hello!

I tried remove dead body via:
set_msg_block(get_user_msgid("ClCorpse"), BLOCK_SET);
but that method doesn't works! Can't understand why!

Can anyone help me?

Thanx!
Forum: Scripting Help 06-28-2012, 10:56
Replies: 8
Views: 1,293
Posted By analogg
Re: Freeze player body when die

hmm..I tried your method, but it change bone position!

Maybe anybody knows method, how to copy player bone postition and sequence to a model of clone player entity?!
Forum: Scripting Help 06-28-2012, 10:39
Replies: 8
Views: 1,293
Posted By analogg
Re: Freeze player body when die

I was made that, but can't copy player bone position to clone entity!


And what it give me?
Forum: Scripting Help 06-27-2012, 06:43
Replies: 8
Views: 1,293
Posted By analogg
Re: Freeze player body when die

Not that!
I need freeze player body at his origins when he is was killed, but player will are dead, and can spectate all alive players!
Forum: Scripting Help 06-27-2012, 05:14
Replies: 8
Views: 1,293
Posted By analogg
Freeze player body when die

Hello!

Anybody knows how to freeze player body when die?
Dead player can spectate all, like by default, but he's body stay freezed at player death place!

Thanks! :crab:
Forum: Scripting Help 06-21-2012, 16:15
Replies: 2
Views: 1,124
Posted By analogg
Re: Clone player when death

hornet, thanks! Will check!
Forum: Scripting Help 06-20-2012, 18:49
Replies: 2
Views: 1,124
Posted By analogg
Hi all! How can I make entity when is player...

Hi all!

How can I make entity when is player die?
I mean, if player is killed, create a entity with player properties: player origin, view angle, weapon in hands, player model, player action...
Forum: Scripting Help 12-11-2011, 23:07
Replies: 2
Views: 902
Posted By analogg
Re: Transparent walls on the map

So, with walls its impossible to do?!
Thanks for answer!
Forum: Scripting Help 12-10-2011, 18:26
Replies: 2
Views: 902
Posted By analogg
Transparent walls on the map

Hello!

Please, somebody can show me example how to make transparent walls on map for specific player?
I haven't idea from where to start it. What i need to use, fakemeta & FM_AddToFullPack?...
Forum: New Plugin Submissions 09-10-2011, 07:42
Replies: 40
Views: 35,838
Posted By analogg
Re: Call Admin MySQL

xakintosh, thx for answer! I think encoding lost when a plugin send data to DB, or DB get data of hostname in incorrect encoding.
Forum: New Plugin Submissions 09-09-2011, 10:11
Replies: 40
Views: 35,838
Posted By analogg
Re: Call Admin MySQL

Hello!
I have one question:
hostname of my server is in UTF-8 codepage. And when a plugin get hostname string, then in php script and sql DB hostname of server shows incorrect. How can i fix it?...
Forum: Scripting Help 08-28-2011, 12:42
Replies: 5
Views: 2,519
Posted By analogg
Re: Help client_cmd ( " say "---------" " )

Then try, something like this:

new szCliendCmd[32];
formatex(szCliendCmd, charsmax(szCliendCmd), "say ^"Your Text^"");
client_cmd(id, "%s", szCliendCmd);
Forum: Scripting Help 08-28-2011, 10:46
Replies: 5
Views: 2,519
Posted By analogg
Re: Help client_cmd ( " say "---------" " )

client_cmd(id, "command ^"other in^"")

Your sample: client_cmd ( " say ^"---------^" " )
Forum: Scripting Help 12-12-2010, 04:05
Replies: 10
Views: 5,875
Posted By analogg
Re: Ham_Touch, nade touch

Thanx all for help! :crab::crab::crab:
[Solved]
Forum: Scripting Help 12-11-2010, 21:12
Replies: 10
Views: 5,875
Posted By analogg
Re: Ham_Touch, nade touch

Thanx a lot man, your method works exelent!
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 18:06.


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