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

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: DeepLearning
Forum: Snippets and Tutorials 10-23-2018, 07:18
Replies: 133
Views: 69,599
Posted By DeepLearning
Re: [Linux] [PoC] DDoS Protection - Kernel redirection!

Much appreciated, spumer! But how to setup and run whole thing for multiple instances?
Forum: Source Servers (SRCDS) 09-14-2018, 22:31
Replies: 7
Views: 1,781
Posted By DeepLearning
Re: Server values are rising.

You have high variance because CPU is power saving. Check CPU frequencies by i7z, if it's lower than 4Ghz...
Forum: Scripting 09-04-2018, 19:01
Replies: 4
Views: 903
Posted By DeepLearning
Re: How To Fake touch entities?

I'm trying to fake touching player - player or player - NPC. Result is some client interaction changes. I don't know if Gameframe teleport is possible without crashes or players noticing anything.
Forum: Scripting 09-03-2018, 18:15
Replies: 4
Views: 903
Posted By DeepLearning
How To Fake touch entities?

Is there a way to fake touch between 2 entities in Sourcemod?
In AMXX you can use native https://www.amxmodx.org/api/engine/fake_touch
Thanks!
Forum: Scripting 08-16-2018, 17:26
Replies: 2
Views: 722
Posted By DeepLearning
Stocks vs Natives and Events vs Forwards

Stocks vs Natives:
Way 1:
Include stock "FindClientBySteamID" in up to 20 plugins.
Way 2:
Make 1 plugin and expose "FindClientBySteamID Native".

Events vs Forwards:
Way 1:
Hook required...
Forum: Scripting Help 08-16-2018, 17:03
Replies: 1
Views: 654
Posted By DeepLearning
Re: How To Fake touch?

I messed up subforums. Can any mod move this topic to Sourcemod? Thank you!
Forum: Scripting Help 08-16-2018, 07:37
Replies: 1
Views: 654
Posted By DeepLearning
How To Fake touch?

In AMX you can https://www.amxmodx.org/api/engine/fake_touch
But how to do that in Sourcemod?
Thanks!
Forum: News 07-08-2018, 18:06
Replies: 33
Views: 57,359
Posted By DeepLearning
Re: SourceMod 1.9 Now Stable!

Pleasure to see community moving forward and making great things even better. Thank you all for your work!

Since 1.7 i have this questions in mind:
Is there any cons and pros compiling old...
Forum: Source Servers (SRCDS) 03-11-2018, 14:53
Replies: 9
Views: 3,204
Posted By DeepLearning
Re: The decrease in var on the server

Debian/Ubuntu Server for sure. Look at my post above on power saving.

It does not mean that you own power of whole dedicated machine.

https://www.cpubenchmark.net/singleThread.html
Forum: Source Servers (SRCDS) 03-09-2018, 07:13
Replies: 9
Views: 3,204
Posted By DeepLearning
Re: The decrease in var on the server

Fix:
1.Check your current CPU core frequencies with i7z(run as root).
2.If CPU core frequencies lower than 4ghz on every core https://askubuntu.com/a/523690

Look at mine, var is fine...
Forum: Scripting 02-25-2018, 19:02
Replies: 4
Views: 1,406
Posted By DeepLearning
[L4D2] Detect L4D1 Campaing

Is there an easier way to detect L4D1 Campaign by OnMapStart?
The only idea that i had:

public void OnMapStart()
{
char mapname[64];
GetCurrentMap(mapname, sizeof(mapname));
...
Forum: Off-Topic 02-25-2018, 11:23
Replies: 0
Views: 648
Posted By DeepLearning
[Bug] Half-Life Model Viewer

When i use inbuilt screenshot function:
https://imgur.com/a/BFu3J
It produce full TGA image only on very small HLMV window size.

HLMV V2.0 from Left 4 Dead 2 Authoring Tools.

Any tips?
Forum: Extensions 01-26-2018, 04:50
Replies: 421
Views: 274,588
Posted By DeepLearning
Re: Accelerator - Crash Reporting That Doesn't Suck

Is there a way to change upload host without recompiling an extension? Thanks.
Forum: Scripting 12-13-2017, 13:21
Replies: 2
Views: 881
Posted By DeepLearning
Re: [L4D2] Preventing duping weapons

SMAC has dupe fix https://bitbucket.org/anticheat/smac/wiki/L4D2-Fixes
Forum: Off-Topic 12-10-2017, 16:17
Replies: 4
Views: 1,616
Posted By DeepLearning
Re: Hammer Editor bug

I don't think any of them support Left 4 Dead 2.
Forum: Off-Topic 12-09-2017, 03:50
Replies: 4
Views: 1,616
Posted By DeepLearning
Hammer Editor bug

I have a visual bug in Hammer Editor https://imgur.com/a/7oFSN No matter how far i stretch the window, Z value of origin is not fully visible. This happens only with long numbers of XYZ.
Also, i had...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 19:54.


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