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

Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: z4rk
Forum: HL1 Servers (HLDS) 03-26-2024, 19:29
Replies: 2
Views: 164
Posted By z4rk
Re: How do i Mod My Server? for Counter-Strike

Install amxmodx, type amx_statscfgmenu in console (as admin) and activate your preferred stats.
Forum: HL1 Servers (HLDS) 03-11-2024, 17:52
Replies: 2
Views: 336
Posted By z4rk
Re: How can i run amxmodx with official hlds @ app 90 - cstrike game

I used this:
https://forums.alliedmods.net/showthread.php?t=47306
Forum: General 02-20-2024, 16:13
Replies: 1
Views: 345
Posted By z4rk
Re: CSDM no longer working with podbot, crashes game

What version of amxmodx are you using? If I know correctly, amxmodx 1.8.2 has problems on the latest HLDS build. Try using 1.9.x.
Forum: Suggestions / Requests 02-10-2024, 19:03
Replies: 1
Views: 247
Posted By z4rk
[Solved] Paid & private plugin request

Hi guys. I need a "unique" plugin for a CS 1.6 steam only server and I can pay for it. If somebody wants to make some money, please PM me for details. I need someone really skilled, because it's not...
Forum: HL1 Servers (HLDS) 07-28-2022, 10:05
Replies: 17
Views: 3,458
Posted By z4rk
Re: Good host with ReHLDS in Europe?

I'm Romanian like you, so it's not a "nationality" problem here. I don't care what "fake" quality you offer. As long as your business is operating illegally, in case of a problem, nobody can't do a...
Forum: HL1 Servers (HLDS) 07-21-2022, 05:42
Replies: 17
Views: 3,458
Posted By z4rk
Re: Good host with ReHLDS in Europe?

Be careful, this is not a registered company. It's just an illegal business. The company registration number (Nr.Reg / CUI) is not present on the website. Hiding this information is also illegal.
...
Forum: Suggestions / Requests 11-13-2021, 06:01
Replies: 4
Views: 812
Posted By z4rk
Re: [Request] Remode sounds from plugin

Perfect! Thank you very much!
Forum: Suggestions / Requests 11-13-2021, 05:36
Replies: 4
Views: 812
Posted By z4rk
Re: [Request] Remode sounds from plugin

It works, but it remains a sound for download: ha.mp3. I think is from:

if ( get_cvar_num ( "effects_screen_sound" ) )
client_cmd ( iVictim, "mp3 play sound/%s", src_sound )

I...
Forum: Suggestions / Requests 11-13-2021, 04:18
Replies: 4
Views: 812
Posted By z4rk
[Request] Remode sounds from plugin

Hi, I would like to remove all the sounds from a plugin, but keep everything (hud and kill fade) exactly the same. It's a simple plugin that counts kills and headshots + screen fade. Here is the...
Forum: HL1 Servers (HLDS) 10-25-2021, 02:24
Replies: 10
Views: 2,801
Posted By z4rk
Re: Cant connect to my cs 1.6 server

Looks like you already have a server opened on that port.
Forum: HL1 Servers (HLDS) 10-23-2021, 14:16
Replies: 10
Views: 2,801
Posted By z4rk
Re: Cant connect to my cs 1.6 server

Try with:

./hlds_run -console -game cstrike +maxplayers 32 +ip xx.xxx.xx.xx(server_ip) +port 27015 +map de_dust2 +sv_lan 0
Forum: Suggestions / Requests 10-21-2021, 12:28
Replies: 6
Views: 963
Posted By z4rk
Re: [Request] Hit zones HUD

Perfect. Thank you!
Forum: Suggestions / Requests 10-21-2021, 12:07
Replies: 6
Views: 963
Posted By z4rk
Re: [Request] Hit zones HUD

Thank you very much.
I tested it with AMXX 1.9.x and it works. The only problem is that the text also appears when I shoot my teammates, even if Friendly fire is off.
Forum: Suggestions / Requests 10-21-2021, 10:48
Replies: 6
Views: 963
Posted By z4rk
Re: [Request] Hit zones HUD

I tried to compile it, but I get the following errors:

//// hitzone_hud.sma
// C:\hlds\cs\cstrike\addons\amxmodx\scripting\hitzone_hud.sma(34) : error 017: undefined symbol "MAX_PLAYERS"
//...
Forum: Suggestions / Requests 10-21-2021, 06:25
Replies: 6
Views: 963
Posted By z4rk
[Request] Hit zones HUD

Hi. I'm looking for a plugin and I can't find it. It's something like bullet_damage, but it doesn't show numbers, it shows hit zones (arm, leg, head, etc) with random colors (blue, orange, purple,...
Forum: HL1 Servers (HLDS) 10-18-2021, 11:41
Replies: 5
Views: 2,254
Posted By z4rk
Re: Problem connection to my server.

I used centos 7 in the past, but now I use Ubuntu 20.04. On Centos 7 I had to turn off the firewall, open the ports with the above commands. I remember I had to reboot after that.
Forum: HL1 Servers (HLDS) 10-18-2021, 10:33
Replies: 5
Views: 2,254
Posted By z4rk
Re: Problem connection to my server.

Try this:

iptables -A INPUT -p udp -m udp --sport 27000:27030 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p udp -m udp --sport 4380 --dport 1025:65355 -j ACCEPT
Forum: Suggestions / Requests 10-15-2021, 03:26
Replies: 0
Views: 723
Posted By z4rk
[Help] Add glow on player when I grab him

Hi guys. I would like to have a modification for a "grab plugin". Here is the source code:

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>

#define KZ_LEVEL...
Forum: HL1 Servers (HLDS) 09-08-2021, 08:16
Replies: 12
Views: 6,841
Posted By z4rk
Re: ./steamcmd.sh Error

chmod +x steamcmd.sh
Forum: Suggestions / Requests 07-29-2021, 16:48
Replies: 2
Views: 785
Posted By z4rk
Re: Display the number of rounds

https://forums.alliedmods.net/showthread.php?t=48437
Forum: Suggestions / Requests 07-28-2021, 12:13
Replies: 4
Views: 1,033
Posted By z4rk
Re: Display kill skull icon

I'm thinking of reopening a CSDM server and I like to have some "different" things on the server. I also like the look.
Forum: Suggestions / Requests 07-28-2021, 11:13
Replies: 4
Views: 1,033
Posted By z4rk
Re: Display kill skull icon

Works perfectly. Thank you very much!
Forum: Suggestions / Requests 07-28-2021, 09:11
Replies: 3
Views: 923
Posted By z4rk
Forum: Suggestions / Requests 07-28-2021, 08:51
Replies: 4
Views: 1,033
Posted By z4rk
Display kill skull icon

Hi, I need a plugin which remove weapons icon from the top right corner, when someone kills an enemy. I will leave a photo here, I don't know to explain very well. Can somebody help me to find this...
Forum: HL1 Servers (HLDS) 07-12-2021, 14:02
Replies: 4
Views: 964
Posted By z4rk
Re: Problem With amxmodx

Is hosted on linux or windows ?
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -4. The time now is 17:10.


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