Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 113
Search took 0.01 seconds.
Search: Posts Made By: urus
Forum: Scripting 03-25-2012, 15:17
Replies: 10
Views: 2,788
Posted By urus
Detect record/stop commands?

Hi.
Is there any way to hook/detect record command while it executed by client.
Or any other possible ways to detect start/stop record on client?
Forum: Unapproved Plugins 07-21-2011, 03:08
Replies: 40
Views: 33,747
Posted By urus
Re: SM ForceCamera

Try to change:

if(i == MaxClients && Next) i = 0;

on:

if(i == MaxClients && Next) i = 1;
Forum: Plugins 07-22-2010, 06:01
Replies: 66
Views: 64,707
Posted By urus
Re: SourceTV admin demorecord

New version released.
Check first message for additional information.

0.4
cleanup and optimize code

added commands:
demorec
demodump
Forum: Plugins 07-18-2010, 13:31
Replies: 22
Views: 44,407
Posted By urus
Re: Players List

new version 0.4:

cleanup and optimized code
added three character country code from an IP address
Forum: Plugins 07-18-2010, 06:10
Replies: 66
Views: 64,707
Posted By urus
Re: SourceTV admin demorecord

New version to be released soon.
Forum: SourceBans / SourceBans++ 07-13-2010, 03:20
Replies: 3,141
Views: 1,986,551
Posted By urus
Re: SourceBans 1.4.6 (Updated 12/23/09)

It works!
Thanks for help.
Forum: SourceBans / SourceBans++ 07-12-2010, 16:34
Replies: 3,141
Views: 1,986,551
Posted By urus
Re: SourceBans 1.4.6 (Updated 12/23/09)

Guys can you confirm this bug - i select player from players list on servers page for send message (for example), but always selected last player in list (see screenshot)?
Forum: General 06-23-2010, 18:16
Replies: 240
Views: 68,851
Posted By urus
Re: CounterStrike:Source - Beta

Lol, goodbye forcerates plugins? =)
Forum: Snippets and Tutorials 05-28-2010, 09:52
Replies: 19
Views: 15,464
Posted By urus
Re: [SNIPPET] Get Client's City

Maxmind geolitecity database is huge.
Correct method will be import csv files into MySQL and special fast query to take data.
...
Forum: Unapproved Plugins 05-14-2010, 07:14
Replies: 4
Views: 11,305
Posted By urus
Re: [CSS] Rate Checker

Sorry, but it`s useless.
This plugin display rates from player`s config. Not forced by server...
Forum: Unapproved Plugins 12-14-2009, 10:04
Replies: 83
Views: 45,401
Posted By urus
Forum: Metamod:Source Plugins 11-19-2009, 00:37
Replies: 480
Views: 253,033
Posted By urus
Forum: Plugins 07-25-2009, 13:03
Replies: 102
Views: 71,613
Posted By urus
Re: Message Suppression

And another error in ev_PlayerConnect.
Here GetClientOfUserId always return 0. Thus all code below don`t work.
And plugin blocked connected, address instead entered the game.

Corrected version...
Forum: Plugins 07-25-2009, 07:06
Replies: 102
Views: 71,613
Posted By urus
Re: Message Suppression

Error found in ev_PlayerTeam:

decl String:clientName[255];
decl String:AuthID[255];
GetClientName(client,AuthID,sizeof(AuthID));
GetClientName(client,clientName,sizeof(clientName));must be
...
Forum: Unapproved Plugins 02-10-2009, 04:03
Replies: 268
Views: 165,782
Posted By urus
Re: Psychostats Interface Plugin

Note: You will need to setup MySQL server to accept connections from your game server, or the plugin simply wont work.

Your mysql user totalblo_user must have access rights to psychostats database...
Forum: Unapproved Plugins 02-09-2009, 09:51
Replies: 6
Views: 9,357
Posted By urus
Re: [TF2] Healing and Teleports logging.

Thanks. Good plugin.
So we need to add this bonuses in acp on bonuses page?

Event Name: healed / teleported
Enactor: 1
Game Type: halflife
MOD Type: tf2
Forum: Plugins 01-22-2009, 19:32
Replies: 113
Views: 102,884
Posted By urus
Re: Evil Admin: Rocket v1.0.106

OMG help.

Players from loser team don`t die in bonusround (TF2 15 seconds after round win). Repeat - no death, no gibs =(. Just rocket trail in the sky and then falls alive on the earth.

In...
Forum: Plugins 11-27-2008, 10:31
Replies: 102
Views: 71,613
Posted By urus
Re: Message Suppression

wow i thought about it earlier and I want it very much =)
Forum: Extensions 11-26-2008, 17:13
Replies: 170
Views: 135,397
Posted By urus
Re: [EXTENSION] Hooker

This extension allows to remove flashbang grenade after player`s dead?
If so... may be small example =).
Forum: Plugins 11-09-2008, 12:38
Replies: 323
Views: 186,796
Posted By urus
Re: Save Scores v1.1.0

exvel спасибо. Плагин полезный.

Но я переделал его для себя с использованием keyvalues вместо sqlite так, как keyvalues сюда просто идеально подходит:

1. малый объём данных для хранения
2. не...
Forum: Scripting 10-15-2008, 11:32
Replies: 9
Views: 3,073
Posted By urus
Re: Problem with FloatToString

I don`t know how sqlite perform sum operation with string, but it works.


"CREATE TABLE IF NOT EXISTS stats (f_sum REAL);"

Format(num, sizeof(num), "%.2f", number);

Format(query,...
Forum: Scripting 10-14-2008, 15:55
Replies: 9
Views: 3,073
Posted By urus
Re: Problem with FloatToString

Ok, thanks pRED*.

I write small stats plugin for my server.
I want that rank had unique value for each player and will be present as float with two digits in decimal part (as in psychostats).
...
Forum: Scripting 10-08-2008, 13:21
Replies: 9
Views: 3,073
Posted By urus
Problem with FloatToString

decl String:num[12];
new Float:number = 124.23;
new count = FloatToString(number, num, sizeof(num));
LogMessage("Count is %i", count);
LogMessage("String is %s", num);From log:

Count is 10...
Forum: Unapproved Plugins 09-21-2008, 13:56
Replies: 268
Views: 165,782
Posted By urus
Re: Psychostats Interface Plugin

Update is planned, but i will not tell when this happens (don`t have enough time for this).
Forum: Plugins 09-13-2008, 09:34
Replies: 88
Views: 204,840
Posted By urus
Re: No Block

+1

plugin unuseful without this
Showing results 1 to 25 of 113

 
Forum Jump

All times are GMT -4. The time now is 23:43.


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