Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: FatallError
Forum: Scripting 04-24-2013, 05:30
Replies: 4
Views: 902
Posted By FatallError
Re: How to kill a player without displaying a message on the screen

But on the other hand is still interesting.
Forum: Scripting 04-24-2013, 05:27
Replies: 4
Views: 902
Posted By FatallError
Forum: Scripting 04-24-2013, 03:35
Replies: 4
Views: 902
Posted By FatallError
How to kill a player without displaying a message on the screen

How to kill a player without displaying a message on the screen.

What are the tools to control entity life in the world except ForcePlayerSuicide (client)?
Forum: Plugins 04-23-2013, 02:05
Replies: 616
Views: 345,144
Posted By FatallError
Re: KnifeFight

Regarding the issue with teleportation.
Is it possible to use a spawn, as a target for the teleport?
I trying to change teleport algorithm, but was not able to remove Siamese twin.
Forum: Plugins 04-23-2013, 01:51
Replies: 616
Views: 345,144
Posted By FatallError
Re: KnifeFight

Please add the following function:
If at the end of the KnifeFight, both players are alive,
then round draw.

e.g. using

CS_TerminateRound(0.1, CSRoundEnd_Draw,false);

The fact is that the...
Forum: Unapproved Plugins 02-20-2008, 14:40
Replies: 3
Views: 3,690
Posted By FatallError
I don't use RTV. I need test it. Can you send me...

I don't use RTV. I need test it. Can you send me RTV plugin?
Forum: Unapproved Plugins 02-18-2008, 01:43
Replies: 3
Views: 3,690
Posted By FatallError
Multiselect map vote

All know that occurs when in maps voting is set to choice more than one map.

Example:

sm_votemap de_dust de_dust2 de_inferno

In 99 % of cases any map does not win.

If players have...
Forum: Scripting 02-18-2008, 01:25
Replies: 4
Views: 1,376
Posted By FatallError
Thank. This really simple and effective...

Thank.

This really simple and effective decision
Forum: Scripting 02-15-2008, 01:57
Replies: 4
Views: 1,376
Posted By FatallError
How to pause game?

I need to stop game for the period of map voting.

As it can be made.
Forum: General 08-30-2007, 06:44
Replies: 10
Views: 1,972
Posted By FatallError
Re: How to set the rights for players which not in the list of administrators?

To change a flag in a source code is the best solution in this case.
Since thus only the command sm_votemap is allowed to all players.
While if to allow a flag k to everything also the command...
Forum: General 08-30-2007, 01:32
Replies: 10
Views: 1,972
Posted By FatallError
Re: How to set the rights for players which not in the list of administrators?

Probably it because of my incompetence, and SourceMod documentation too tiny.
Forum: General 08-29-2007, 02:44
Replies: 10
Views: 1,972
Posted By FatallError
Re: How to set the rights for players which not in the list of administrators?

Thanks all responded.
But the problem has remained not solved.

It was necessary to correct flags in a source code.
Forum: General 08-28-2007, 07:25
Replies: 10
Views: 1,972
Posted By FatallError
How to set the rights for players which not in the list of administrators?

Hi

I have simple question


How to set the rights for players which not in the list of administrators?
I need to make so, that any player could use a sm_votemap.

Is it possible at all?
Forum: Plugins 08-23-2007, 09:45
Replies: 12
Views: 22,648
Posted By FatallError
shutdown

Shutdown server at desire time but lets players finish round.

CVARS:

k_shutdown time to shutdown server. Time is set in hour.Range from 0 to 23.
Set k_shutdown=-1 to shutdown server at the...
Forum: Others 04-02-2004, 05:47
Replies: 545
Views: 1,895,651
Posted By FatallError
Зачем же кикать? Можно просто слить (slay) что...

Зачем же кикать?
Можно просто слить (slay) что б игру не тормозили,
а затем сервер их сам по таймауту отключатит.
Forum: Scripting Help 04-02-2004, 05:28
Replies: 8
Views: 5,391
Posted By FatallError
See...

See http://forums.alliedmods.net/showthread.php?t=773
Forum: Scripting Help 04-02-2004, 04:40
Replies: 6
Views: 5,717
Posted By FatallError
By some miracle ...

By some miracle
[small]register_logevent("hook_roundstart", 2,"3=Terrorists_Win");/small]

work.

So

register_logevent(const function[], argsnum, const texfilter1,... );

argsnum - amount ...
Forum: Scripting Help 04-02-2004, 04:21
Replies: 6
Views: 5,717
Posted By FatallError
:cry: don't work. ...

:cry:
don't work.

register_logevent("hook_roundstart", 1,"3=Terrorists_Win");
register_logevent("hook_roundstart", 4,"3=Terrorists_Win");
register_logevent("hook_roundstart", 1, 3);

What...
Forum: Scripting Help 04-02-2004, 04:05
Replies: 8
Views: 5,391
Posted By FatallError
Does not work

Does not work
Forum: Scripting Help 04-02-2004, 00:55
Replies: 8
Views: 5,391
Posted By FatallError
#include <amxmod> ...

#include <amxmod>
//****************************************************************
public plugin_init()
//****************************************************************
{
register_event(...
Forum: Scripting Help 04-01-2004, 23:30
Replies: 6
Views: 5,717
Posted By FatallError
Need format register_logevent for event Terrorists_Win

Hi, omniscient, ALL!

I need format register_logevent for event Terrorists_Win and
CTs_Win.

In the documentation it is written

register_logevent(const function[], argsnum, ... );
...
Forum: Scripting Help 04-01-2004, 22:32
Replies: 2
Views: 1,940
Posted By FatallError
So, register_logevent work like text filter. ...

So, register_logevent work like text filter.
When text in log and filter are equal, register_logevent call function.
Therefore, using register_logevent may result in a mistake if in log the...
Forum: Others 04-01-2004, 22:13
Replies: 545
Views: 1,895,651
Posted By FatallError
>Я делал пару плагинов, ничего серьезного, так...

>Я делал пару плагинов, ничего серьезного, так проба пера =)
>Сейчас вот захотелось сделать плагин Skun Stats. Может кто помочь?

А в чём фишка?
Forum: Scripting Help 04-01-2004, 08:00
Replies: 8
Views: 5,391
Posted By FatallError
Does not work

Does not work
Forum: Scripting Help 04-01-2004, 07:49
Replies: 2
Views: 1,940
Posted By FatallError
In what a difference between register_event & register_l

In what a difference between register_event and register_logevent?
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 00:21.


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