Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
DJEarthQuake
Forum:
Scripting Help
02-28-2021, 19:37
Replies:
8
Solved
set_user_frags
Views:
202
Posted By
DJEarthQuake
Re: set_user_frags
There's a problem with the description of ScoreInfo on that link. Some mods like Half-Life/OP4 do not use the last 2 shorts. It will crash on 9 bytes expecting 5.
public pin_scoreboard(killer)...
Forum:
Snippets and Tutorials
02-28-2021, 18:58
Replies:
107
[Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Views:
34,705
Posted By
DJEarthQuake
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Please be advised. If not locally connected --flush, will sever your SSH connection and the only way in is serial console if installed. It also will disable everything network like web server, DNS,...
Forum:
Suggestions / Requests
02-25-2021, 08:11
Replies:
7
[Request] Half-Life 1 - Grenade Trails for 9mmAR grenade
Views:
349
Posted By
DJEarthQuake
Re: [Request] Half-Life 1 - Grenade Trails for 9mmAR grenade
Thanks for the interest. Hold down attack2 to 0 the width in real time without CVAR for now when using regular grenade. Focused on other work now. I like to keep it without trail until the last...
Forum:
Suggestions / Requests
02-24-2021, 08:30
Replies:
7
[Request] Half-Life 1 - Grenade Trails for 9mmAR grenade
Views:
349
Posted By
DJEarthQuake
Re: [Request] Half-Life 1 - Grenade Trails for 9mmAR grenade
These should never be solid blue all the time. They should be 'neon' multi-colored trails. Possibly another plugin running? The hull is glowing random colors too? Hard to see with screenshots. I just...
Forum:
Suggestions / Requests
02-23-2021, 14:31
Replies:
7
[Request] Half-Life 1 - Grenade Trails for 9mmAR grenade
Views:
349
Posted By
DJEarthQuake
Re: [Request] Half-Life 1 - Grenade Trails for 9mmAR grenade
Half-Life grenade/9mmAR trails
Amxx190+
Forum:
Suggestions / Requests
02-20-2021, 22:49
Replies:
16
Permanent Field of View change?
Views:
2,931
Posted By
DJEarthQuake
Re: Permanent Field of View change?
----- AMX Mod X Help: Commands -----
1: say /setfov - default field of view
#include amxmodx
new g_iFOV;
public plugin_init()
{
register_clcmd("say /setfov", "client_setfov", 0, "-...
Forum:
Suggestions / Requests
02-19-2021, 18:54
Replies:
16
Permanent Field of View change?
Views:
2,931
Posted By
DJEarthQuake
Re: Permanent Field of View change?
Use default_fov in console.
Forum:
Scripting Help
02-08-2021, 22:58
Replies:
8
Solved
set_user_frags
Views:
202
Posted By
DJEarthQuake
Re: set_user_frags
A message is written to make it appear in scoreboard.
new gmsgScoreInfo;
gmsgScoreInfo = get_user_msgid("ScoreInfo")
message_begin(MSG_ALL,gmsgScoreInfo)
...
Forum:
New Plugin Submissions
02-08-2021, 08:36
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
It isn't worth the effort when all we are looking for is a 3-bit yes.
Forum:
Module Coding
02-08-2021, 08:35
Replies:
2
Any car gurus with a good ODB2 reader that reads Hyundai Accent ABS module codes?
Views:
1,285
Posted By
DJEarthQuake
Re: Any car gurus with a good ODB2 reader that reads Hyundai Accent ABS module codes?
We are assuming this is a wiring harness issue. It could be a mechanical issue.
Maybe the squirrel chewed on your break lines and that is air jammed in the ABS? No electronic reader will be able to...
Forum:
Suggestions / Requests
02-07-2021, 11:52
Replies:
7
robbery Plugin
Views:
468
Posted By
DJEarthQuake
Re: robbery Plugin
Rob them silently with use key. They shoot you and get more money for winning anyway. If you are really crazy about this here are some ideas for a more objective based version of the heist.
...
Forum:
Scripting Help
02-07-2021, 09:32
Replies:
3
Segmentation Fault
Views:
247
Posted By
DJEarthQuake
Re: Segmentation Fault
First of all DO NOT run script under root.
BFD: warning: /root/counter-strike/core
(https://developer.valvesoftware.com/wiki/SteamCMD)
The rest is process of elimination as already...
Forum:
Scripting Help
02-07-2021, 08:57
Replies:
17
BAN Plugin for players with so much accuracy
Views:
702
Posted By
DJEarthQuake
Re: BAN Plugin for players with so much accuracy
That is unrealistic unless rifles are banned.
Forum:
New Plugin Submissions
02-07-2021, 08:07
Replies:
35
Crossfire EuroHL Plugin - noob lamp filter
Views:
16,531
Posted By
DJEarthQuake
Re: Crossfire EuroHL Plugin - noob lamp filter
About the plugin. There is nothing in Hammer to make it so when sitting under a light there is a damage multiplier. They can just see better. That is it. As far as stopping the nuke, it's easier to...
Forum:
Suggestions / Requests
01-31-2021, 17:52
Replies:
17
Sockets license
Views:
585
Posted By
DJEarthQuake
Re: Sockets license
No amount of copy protection nullifies need for license. If code is not shared in some fashion then who is tell who made what first? Once plugin is decompiled and there is no license inside there is...
Forum:
New Plugin Submissions
01-31-2021, 17:18
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
When plugin is approved on this forum (https://proxycheck.io/plugins/) then suddenly you will grow wiser?
Did you know?
Discussion of management of known illegal servers is grounds for banishment?
Forum:
New Plugin Submissions
01-31-2021, 11:04
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
I can not tell what to do.
Forum:
New Plugin Submissions
01-31-2021, 10:59
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
Have you tried anything other than 1?
Forum:
Suggestions / Requests
01-31-2021, 10:56
Replies:
17
Sockets license
Views:
585
Posted By
DJEarthQuake
Re: Sockets license
When licensing have you tried copyleft (https://www.gnu.org/licenses/copyleft.en.html)? Licensing should not be confused or freely interchanged with copy protection.
Forum:
New Plugin Submissions
01-31-2021, 10:43
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
What is proxy_action set to?
Forum:
New Plugin Submissions
01-31-2021, 09:07
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
@Mordekay, thanks for calling it out. @pakgamerz, you do realize, now I hope, you've been played by entertaining thieves?
Proxysnort was not designed to do what you are trying to do.
For...
Forum:
Suggestions / Requests
01-31-2021, 08:45
Replies:
17
Sockets license
Views:
585
Posted By
DJEarthQuake
Re: Sockets license
Are you concerned somebody might steal your plugins that are exclusive to your server off the internet or what is going on here?
Forum:
New Plugin Submissions
01-31-2021, 08:26
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
Login to Dashboard with your key and click Blacklist.
https://cdn.discordapp.com/attachments/664798281057959937/805412970984505354/Screenshot_2021-01-31_dashboard_proxycheck_io.png
Have you gotten...
Forum:
Suggestions / Requests
01-31-2021, 08:06
Replies:
17
Sockets license
Views:
585
Posted By
DJEarthQuake
Re: Sockets license
This implies one is peddling compiled plugins without providing source. Is that so?
Forum:
New Plugin Submissions
01-31-2021, 07:56
Replies:
36
Proxy snort 1.3 (Updated 12/25/2020)
Views:
4,637
Posted By
DJEarthQuake
Re: Proxy snort 1.3 (Updated 12/25/2020)
Search for proxy instead of proxysnort. Snort does not show on the log_amx line so it similarly will not populate in searches as well.
grep proxy! *
That yielded the local entries when I...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
04:29
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode