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

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: evil85
Forum: Off-Topic 03-04-2023, 07:57
Replies: 2
Views: 1,107
Posted By evil85
Re: How to change spray color?

As I remember there is no option to change the spray color in CS:S like in CS 1.6, the only way would be to edit manually the spray file and replace the color with the desired one.
Forum: General 08-20-2022, 09:46
Replies: 24
Views: 7,231
Posted By evil85
Re: CSGO Shifting to Source 2 Engine Announced

The guy in the video talks something, but still when we hear from someone who is either in the company or worked there is more accurate. My point is that we can't guess what's gonna happen for sure...
Forum: General 08-19-2022, 05:59
Replies: 24
Views: 7,231
Posted By evil85
Re: CSGO Shifting to Source 2 Engine Announced

I guess for CSGO the Source 2 will have a huge impact on the gameplay. In terms of graphics we have already what we need on source 1, I mean there will be no big difference in graphics compared to...
Forum: General 08-02-2022, 07:21
Replies: 6
Views: 1,355
Posted By evil85
Re: HLDs roundtime Problem

I had the same issue as you describe here, basically you don't have to worry about what appears in the HLDS configuration, the round time and everything else should be configured from the server.cfg...
Forum: HL1 Servers (HLDS) 07-19-2022, 09:53
Replies: 1
Views: 1,161
Posted By evil85
Re: HLDS not working

Have you managed to install addons (AMX Mod X), or just running as default without anything ?
Forum: General 07-16-2022, 09:30
Replies: 2
Views: 926
Posted By evil85
Re: Counter strike 1.6 file locations

Are you trying to make a non-steam version of the game or so ? You have to be informed that here non-steam is not supported by any means.
Forum: HL1 Servers (HLDS) 04-24-2022, 14:47
Replies: 6
Views: 5,832
Posted By evil85
Re: Best rates for cs1.6?

It seems that you are posting in a wrong section, here is the sub-forum for server not for game client itself.
Forum: Off-Topic 04-24-2022, 12:49
Replies: 11
...
Views: 8,117
Posted By evil85
Re: What's your favorite game?

1.Counter-Strike 1.6
2.Call of Duty Modern Warfare 4 - Multiplayer
Forum: General 04-11-2022, 11:24
Replies: 2
Views: 748
Posted By evil85
Re: [Problem] Damage - server goes down

Try checking the log files as well...
Forum: Off-Topic 04-06-2022, 14:17
Replies: 10
...
Views: 4,437
Posted By evil85
Re: Non-Steamed Cs 1.6 servers

Agree, but still the game received some minor updates in the recent years, and it still has a player base.
Forum: Off-Topic 04-04-2022, 07:29
Replies: 10
...
Views: 4,437
Posted By evil85
Re: Non-Steamed Cs 1.6 servers

I doubt that they will make the game free to play, since there is no profit from that, as Dota 2 and CSGO bring.
Forum: Off-Topic 04-01-2022, 14:58
Replies: 10
...
Views: 4,437
Posted By evil85
Re: Non-Steamed Cs 1.6 servers

Would be a real miracle to see a clean list of Steam-only servers on the licensed copy of the game, that's also one of the reasons why Steam-On servers are very difficult to populate.
Forum: Off-Topic 03-29-2022, 11:02
Replies: 16
Views: 3,276
Posted By evil85
Forum: HL1 Servers (HLDS) 03-27-2022, 02:06
Replies: 3
Views: 968
Posted By evil85
Re: CS 1.6 problem

Could you please specify more detailed what do you actually mean ?
Forum: HL1 Servers (HLDS) 03-23-2022, 02:55
Replies: 7
Views: 2,927
Posted By evil85
Re: Can players upload their custom models to the server?

Here you have a plugin with the fuction of changing the default models to custom ones -> https://forums.alliedmods.net/showthread.php?t=43979
Forum: Suggestions / Requests 01-22-2021, 08:27
Replies: 3
Views: 848
Posted By evil85
Re: Bodbots alternative

I have used PodBot before on a CSDM server, they handled the knife attacks pretty well, maybe the danger factor is the issue in your case ? I remember I had a version of PB with 800 danger factor by...
Forum: Suggestions / Requests 04-03-2020, 06:18
Replies: 1
Views: 551
Posted By evil85
[Req] Nade Plugin

Hello, I have a DeathMatch mod server running, so I want to use he_ maps on it, the problem is the following, the grenades which are on the ground once used all of them they disappear, so there are...
Forum: Source Servers (SRCDS) 06-21-2018, 11:24
Replies: 2
Views: 865
Posted By evil85
Re: Big Problem [CS Source Server]

You won't get any support for non-steam servers and games here, only legit steam stuff is supported here.
Forum: HL1 Servers (HLDS) 06-19-2018, 02:58
Replies: 14
Views: 2,963
Posted By evil85
Re: Download url

I had to change the permissions in some other configuration files there, thank you very much guys once again for your willing to help me to figure out the issue.
Forum: HL1 Servers (HLDS) 06-18-2018, 16:34
Replies: 14
Views: 2,963
Posted By evil85
Re: Download url

Finally found the solution, the main problem was the "Require local" parameter from httdp.vhost file, it has to be changed from "local" to "all granted".
Forum: Scripting Help 06-16-2018, 02:32
Replies: 11
Views: 2,369
Posted By evil85
Re: Little help with plugin

That is the solution, thank you very much, now everything is ok :)
Forum: Scripting Help 06-15-2018, 18:10
Replies: 11
Views: 2,369
Posted By evil85
Re: Little help with plugin

Now it gives me these errors, and they only become to appear when I do these modifications.
miscstats.sma(1) : error 010: invalid function or declaration
miscstats.sma(431) : warning 217: loose...
Forum: Scripting Help 06-15-2018, 17:46
Replies: 11
Views: 2,369
Posted By evil85
Re: Little help with plugin

public eBombPickUp(id)
{
if (BombPickUp)
announceEvent(id, "PICKED_BOMB")
play_sound("newmisc/bombup")
}

public eBombDrop()
{
if (BombDrop)
Forum: Scripting Help 06-15-2018, 17:31
Replies: 11
Views: 2,369
Posted By evil85
Re: Little help with plugin

warning 217: loose indentation
error 010: invalid function or declaration

1.Error could not locate output file compiled\miscstats.amx (compile failed)
Forum: Scripting Help 06-15-2018, 16:40
Replies: 11
Views: 2,369
Posted By evil85
Re: Little help with plugin

it gives me some errors on compilation.
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT -4. The time now is 04:51.


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