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

Showing results 1 to 25 of 69
Search took 0.01 seconds.
Search: Posts Made By: 3ipKa
Forum: Scripting 01-28-2024, 09:04
Replies: 7
Views: 956
Posted By 3ipKa
Re: Clear() does not free the ArrayList memory in sourcemod?

So, have I to delete a global array every time and create it again and again!?
Forum: General 11-22-2023, 07:48
Replies: 2
Views: 1,575
Posted By 3ipKa
Re: L4D Bug with sm_admin menu

I think, you should to bind that keys. bind 6 slot6, something like this.
Forum: Plugins 10-20-2023, 08:50
Replies: 515
Views: 286,804
Posted By 3ipKa
Forum: SourceBans / SourceBans++ 10-15-2023, 08:34
Replies: 1
Views: 1,664
Posted By 3ipKa
Re: SourceBans++ I don't ban because of Polish characters

What charset do you use in database?
Forum: HLstatsX:CE 10-12-2023, 09:41
Replies: 1
Views: 847
Posted By 3ipKa
Re: Host Statistics - (Unresolved IP Addresses)

Do you running stats on Windows?
Forum: Plugin/Gameplay Ideas and Requests 10-11-2023, 13:51
Replies: 11
Views: 2,855
Posted By 3ipKa
Re: [L4D2] check entity start or end saferoom

Did you try L4D_GetNavArea_SpawnAttributes?
Forum: General 09-24-2023, 08:22
Replies: 2
Views: 689
Posted By 3ipKa
Re: [L4D2] How to create items but not allow pick-up

Hi. Try this

SDKHook(melee, SDKHook_Use, OnUse);

Action OnUse(int entity, int client)
{
return Plugin_Handled;
}
Forum: Metamod:Source Plugins 07-11-2023, 05:32
Replies: 317
Views: 218,745
Posted By 3ipKa
Re: L4D/L4D2 Tickrate Enabler

Try to check via net_graph 4 "sv" value
Forum: Extensions 07-11-2023, 05:29
Replies: 161
Views: 118,880
Posted By 3ipKa
Re: CollisionHook

Could you share windows compiled version please?
Forum: Extensions 06-29-2023, 07:07
Replies: 161
Views: 118,880
Posted By 3ipKa
Re: CollisionHook

Does it still work for l4d2 after last update?
Forum: General 05-22-2023, 14:57
Replies: 1
Views: 525
Posted By 3ipKa
Re: L4D2 not uploading files(fastdl)

Hi. The latest update finally disabled the ability to upload files to clients, I guess...
Forum: Scripting 05-19-2023, 14:45
Replies: 1
Views: 439
Posted By 3ipKa
Re: [L4D2]Is there a way to add kick reasons in the sourcemod config?

Not tested.
\addons\sourcemod\configs\adminmenu_custom.txt

// Custom admin menu commands.
// For more information:
//
// https://wiki.alliedmods.net/Custom_Admin_Menu_(SourceMod)
//
//...
Forum: Plugin/Gameplay Ideas and Requests 05-18-2023, 14:32
Replies: 2
Views: 849
Posted By 3ipKa
Re: L4D2 (Stripper) - Is it possible to add new vscript events?

Hi. If you are going to do it with Stripper:
-you can dump all entities list with stripper_dump command (addons\stripper\dumps\map_name.cfg for example c2m5_concert.0000.cfg)
-and find there...
Forum: Plugins 05-13-2023, 09:31
Replies: 257
Views: 60,930
Posted By 3ipKa
Re: [L4D1 & L4D2] Map changer with rating system

I confirm this. On returning to lobby by vote plugin changes map to next. It doesn't see difference between credits end and returning to lobby by vote )
Forum: Plugins 05-11-2023, 11:07
Replies: 1,101
Views: 431,913
Posted By 3ipKa
Re: [L4D & L4D2] Left 4 DHooks Direct (1.130) [01-May-2023]

Hi, Silvers! Is it possible to add native GetNavAreaCenter, for example? It's able to get it "manually", but having it by one string would be helpful :)
Forum: HLstatsX:CE 05-01-2023, 12:38
Replies: 6
Views: 1,307
Posted By 3ipKa
Re: Log import failed

I can see your Perl installed in non-standard location, maybe this is the reason? Or Path variable, for example
Forum: HLstatsX:CE 04-30-2023, 08:17
Replies: 6
Views: 1,307
Posted By 3ipKa
Re: Log import failed

As I understand, you use updated version from NomisCZ. Did you installed it by following this guide?
Specifically the section for Perl...
Forum: HLstatsX:CE 04-29-2023, 07:29
Replies: 3
Views: 928
Posted By 3ipKa
Re: HLstats daily rewards not updating

Here is guide about it for Linux and Win.
https://github.com/NomisCZ/hlstatsx-community-edition/wiki/Running-Daemon#%EF%B8%8F-cron--service

Wish you luck )
Forum: HLstatsX:CE 04-29-2023, 07:19
Replies: 3
Views: 928
Posted By 3ipKa
Re: HLstats daily rewards not updating

Maybe dumb question, but are you running hlstats-awards.pl to generate awards?
Forum: Plugins 04-25-2023, 06:33
Replies: 279
Views: 123,588
Posted By 3ipKa
Re: [L4D & L4D2] Mission and Weapons - Info Editor (1.19) [16-Dec-2022]

If you change server side "spread" values, client will see impact decals as usual yet, as if nothing had changed, while in fact spread changed... To fix this, client and server both should have the...
Forum: Plugins 04-11-2023, 05:43
Replies: 257
Views: 60,930
Posted By 3ipKa
Re: [L4D1 & L4D2] Map changer with rating system

Hi, Dragokas. I noticed one thing with campaign names. For example, "25 To Life" becomes "To Life" or "7 Hours Later II" becomes "Hours Later Ii" and etc.
Forum: Plugins 04-07-2023, 07:09
Replies: 1,101
Views: 431,913
Posted By 3ipKa
Re: [L4D & L4D2] Left 4 DHooks Direct (1.129) [31-Mar-2023]

Does anybody use natives L4D_GetAllNavAreas and L4D_GetNavArea_SpawnAttributes ?
Got this errors:

Usually happens on first maps start (for example on server start up, map change), than goes...
Forum: Plugin/Gameplay Ideas and Requests 04-01-2023, 12:08
Replies: 17
Views: 3,178
Posted By 3ipKa
Re: [L4D2]tickrate enabler cause a bug.

What about var and sv (I don't remember, maybe it's in net_graph 5)?
Forum: Plugin/Gameplay Ideas and Requests 03-31-2023, 16:50
Replies: 17
Views: 3,178
Posted By 3ipKa
Re: [L4D2]tickrate enabler cause a bug.

Do you check net_graph 4 (var, sv, loss, choke values maybe)?
Forum: Scripting 02-10-2023, 11:06
Replies: 2
Views: 1,021
Posted By 3ipKa
Re: How to loop steamid while using keyvalues

I think something like this )
char name[128];
int points;

if(g_KeyValue.GotoFirstSubKey())
{
do
{
g_KeyValue.GetString("Player Name", name, sizeof(name));
points =...
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT -4. The time now is 07:53.


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