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

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: busy.orange
Forum: Scripting Help 06-18-2010, 13:08
Replies: 0
Views: 729
Posted By busy.orange
Simple plugin(Metamod)

Hello guys!

I don't know if it posible but i say....
g_Engine.GetEntityByIndex(i)->curstate.health always 0.0 (cs1.6 don't use it)
posible make it work correctly by metamod plugin?
Forum: General 04-29-2010, 07:35
Replies: 131
Views: 37,027
Posted By busy.orange
Re: Team Fortress Update Notice

btw: when SDK (http://hg.alliedmods.net/hl2sdks/hl2sdk-ob-valve/) will be updated?
Forum: Scripting 01-21-2010, 14:24
Replies: 0
Views: 931
Posted By busy.orange
TF2_GetPlayerResourceData don't return Dominations.

for (new i = 1; i <= MaxClients; i++)
{
if (!IsClientInGame(i)) continue;
for (new j=0; j<18;j++)
PrintToConsole("%d ",TF2_GetPlayerResourceData(i,TFResourceType:j);
}

This code returns...
Forum: Plugins 12-31-2009, 07:57
Replies: 186
Views: 107,620
Posted By busy.orange
Re: [TF2] Unlock Replacer

Wazz don't work for me.
need DH version
defIdx=0

Found fix:
471 line: new defIdx =GetEntProp(edict, Prop_Send, "m_iItemDefinitionIndex"); //GetEntData(edict, offset, 4);
Forum: Plugins 12-26-2009, 17:46
Replies: 186
Views: 107,620
Posted By busy.orange
Re: [TF2] Unlock Replacer

Wazz can u port it for SDKHooks?
Forum: SourceBans / SourceBans++ 12-23-2009, 06:38
Replies: 3,141
Views: 1,985,604
Posted By busy.orange
Re: SourceBans 1.4.5 (Updated 09/17/09)

http://projects.interwavestudios.com/versions/show/18
rumours about release of sb2?
Forum: Scripting 11-21-2009, 12:15
Replies: 0
Views: 804
Posted By busy.orange
Precaching particles

how to Precache curstom particles on all maps?
client don't download cp_granary_particles.txt
Forum: Metamod:Source Questions 10-29-2009, 08:33
Replies: 17
Views: 7,332
Posted By busy.orange
Re: L4D2 demo support?

You can find download it here (http://sourcemod.com/snapshots.php) when support will be ready
Forum: Snippets and Tutorials 09-12-2009, 08:32
Replies: 17
Views: 13,921
Posted By busy.orange
Re: Bzip2 Compression on the fly ! (fastdownload/sv_downloadurl)

I tested today on TF2 server.
TF2 client can't open bz2. (winrar opens normal)

define("BUFFER_SIZE", 4096);

Attach maps downloaded on my server
Forum: Scripting 09-01-2009, 00:45
Replies: 3
Views: 2,630
Posted By busy.orange
Re: TF2 Tournament mode

blocking tournament_stateupdate didn't help me :| (it's block only message)
Forum: Scripting 08-30-2009, 05:37
Replies: 6
Views: 1,554
Posted By busy.orange
Re: Little question

RegConsoleCmd("sm_cake",Commandcake);
will add !cake and /cake chat trigger
Forum: Scripting 08-30-2009, 05:23
Replies: 10
Views: 2,696
Posted By busy.orange
Forum: Extensions 08-30-2009, 04:11
Replies: 577
Views: 650,639
Posted By busy.orange
Re: [EXTENSION] Socket (2.4.0beta+2.1)

10,0 MB (10*543*967 bytes). you have incude windows kernel into so file? :D
sfPlayer can you write debug messages into one file (socket.log)?
first socket.ext.so have size 56kb
Forum: Snippets and Tutorials 08-30-2009, 04:02
Replies: 17
Views: 13,921
Posted By busy.orange
Forum: Scripting 08-30-2009, 03:49
Replies: 3
Views: 2,630
Posted By busy.orange
TF2 Tournament mode

What i know:
mp_tournament 1 turns on Tournament mode
team name stored in mp_tournament_blueteamname, mp_tournament_redteamname and can be changed by cvar.
tournament_stateupdate fires when team...
Forum: Scripting 08-30-2009, 03:36
Replies: 0
Views: 672
Posted By busy.orange
Menu with Categories

Hello all,
can some one make good snippet with using Topmenu.
need menu for baning players: (List of players)-(Reason)-(ban time)
Forum: Snippets and Tutorials 08-26-2009, 02:51
Replies: 7
Views: 3,545
Posted By busy.orange
Re: SQL_ConnectCustom for threaded MySQL

DJ Tsunami
DB can be autodisconneced if it idle? (10-30 minutes)

How proces new players, when have no DB connection?
i mean how to connect DB(if need) before query
Forum: Snippets and Tutorials 08-25-2009, 13:32
Replies: 7
Views: 3,545
Posted By busy.orange
Re: SQL_ConnectCustom for threaded MySQL

new Handle:hDatabase = INVALID_HANDLE;

StartSQL()
{
SQL_TConnect(GotDatabase);
}

public GotDatabase(Handle:owner, Handle:hndl, const String:error[], any:data)
{
if (hndl ==...
Forum: Snippets and Tutorials 08-20-2009, 04:39
Replies: 7
Views: 3,545
Posted By busy.orange
Re: SQL_ConnectCustom for threaded MySQL

SQL_ConnectCustom is only non threaded
is that source i only connect via non threaded. but use only threaded mysql
Forum: Snippets and Tutorials 08-19-2009, 05:31
Replies: 7
Views: 3,545
Posted By busy.orange
SQL_ConnectCustom for threaded MySQL

Using SQL_UnlockDatabase(g_hDatabase); without SQL_LockDatabase
can crash server?
What do you think about my code?

public OnClientPostAdminCheck(client)
{
if (IsFakeClient(client)) return;...
Forum: Scripting 08-09-2009, 05:16
Replies: 11
Views: 2,802
Posted By busy.orange
Re: how get info from STV?

he mean: press in HLSW "Get Log" and all reply do with LogToGame.

It's work's but console will be flooded.
Forum: Scripting 08-08-2009, 08:33
Replies: 11
Views: 2,802
Posted By busy.orange
Re: how get info from STV?

HiJacker
plugin can't hook that output.
Forum: Scripting 08-07-2009, 06:02
Replies: 9
Views: 3,129
Posted By busy.orange
Re: [TF2] Putting an non-arena map into arena mode

played on your server ^^
rly nice
Forum: Scripting 07-31-2009, 06:19
Replies: 11
Views: 2,802
Posted By busy.orange
Re: how get info from STV?

@HiJacker
I wan't to track number of STV client's
btw u forgot tv_enable 1
Forum: Scripting 07-27-2009, 08:34
Replies: 11
Views: 2,802
Posted By busy.orange
Re: how get info from STV?

1.How to get IP/time of STV clients? (tv_clients print's it)

???
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT -4. The time now is 08:12.


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