Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 86
Search took 0.01 seconds.
Search: Posts Made By: DrunkenKoZ
Forum: General 01-13-2023, 18:20
Replies: 7
Views: 2,733
Posted By DrunkenKoZ
Re: [L4D2]Linux game server rental

You can't go wrong with NFO and PingPerfect. Two excellent companies that offer nothing but quality.


Game Servers recently nuked their entire game catalog and only support like 10 games now.
Forum: Scripting 07-26-2022, 09:15
Replies: 6
Views: 906
Posted By DrunkenKoZ
Re: Remove Spawn Event Sounds

I use the latest version of sourcemod/metamod. More specifically 1.11.0.6906. The problem was that it said it "compiled" with one error, but didn't actually output the smx.

The second one worked...
Forum: Scripting 07-25-2022, 02:53
Replies: 6
Views: 906
Posted By DrunkenKoZ
Re: Remove Spawn Event Sounds

Error compiling with the following;
//// soundhook.sp
//
// soundhook.sp(5) : error 100: function prototypes do not match
//
// 1 Error.
//
// Compilation Time: 0.17 sec
//...
Forum: Scripting 07-24-2022, 22:26
Replies: 6
Views: 906
Posted By DrunkenKoZ
Re: Remove Spawn Event Sounds

It would be for Counter-Strike Source
Forum: Scripting 07-24-2022, 09:20
Replies: 6
Views: 906
Posted By DrunkenKoZ
Remove Spawn Event Sounds

I'm trying to remove the buying spawn events sounds when people respawn in deathmatch. The sounds that play when you buy equipment. I've been searching for it and tried a couple of things, but...
Forum: Off-Topic 11-12-2013, 18:45
Replies: 7
Views: 3,422
Posted By DrunkenKoZ
Re: Steam Community OAuth

I hope the steam api becomes a lot more advanced allowing us to fully integrate a steam platform into our websites.
Forum: General 05-24-2013, 10:59
Replies: 6
Views: 2,281
Posted By DrunkenKoZ
Re: admin levels problem

Okay I changed the access levels to ADMIN_KICK and attempted to use the command and it didn't work. I still get "You have no access to this commands"

...
Forum: General 05-23-2013, 21:20
Replies: 6
Views: 2,281
Posted By DrunkenKoZ
Re: admin levels problem

They aren't in caps and I did amx_who to make sure and I am set as everything.

Well the problem we're running into now is if the person doesn't have a certain flag they can't use any of the...
Forum: General 05-23-2013, 21:08
Replies: 6
Views: 2,281
Posted By DrunkenKoZ
admin levels problem

For some reason even if I have full admin it keeps giving me access denied for a bunch of commands associated with amx_super and other plugins. The menus pop up fine but no admins are able to access...
Forum: Suggestions / Requests 05-20-2013, 15:50
Replies: 3
Views: 1,060
Posted By DrunkenKoZ
Re: Team weapon strip and buy zone disable

The Team No buy plugin wasn't working at first until I added debug after it.
Forum: Suggestions / Requests 05-20-2013, 15:09
Replies: 3
Views: 1,060
Posted By DrunkenKoZ
Team weapon strip and buy zone disable

I'm requesting a plugin that will strip a specific team of their pistols upon spawning. The plugin should also disable the buy zone for that specific team.
Forum: Code Snippets/Tutorials 12-13-2012, 23:47
Replies: 292
Views: 157,511
Posted By DrunkenKoZ
Re: New XP Mod tutorial

The plugin doesn't store experience based on what class you are.
Forum: Suggestions / Requests 12-10-2012, 21:45
Replies: 8
Views: 1,563
Posted By DrunkenKoZ
Re: [REQ] Simple levelmod

You can try this plugin I edited below, haven't tested but it compiles just fine.

#include <amxmodx>
#include <amxmisc>
#include <nvault>

new const LEVELS[6] = {
100,
200,
...
Forum: HL1 Servers (HLDS) 12-09-2012, 17:40
Replies: 21
Views: 4,866
Posted By DrunkenKoZ
Re: HELP Us To Get Rid Of The Lagg.

Is the server you host on the same computer you play the game on? If you ignore questions in this thread people won't be able to help you.
Forum: HL1 Servers (HLDS) 12-06-2012, 07:42
Replies: 17
Views: 4,386
Posted By DrunkenKoZ
Re: Which Operating System is better.

I have to say that Windows would be the good choice in this matter, but I find that Linux is much more stable when it comes to hosting game servers. The problem is that not many people know how to...
Forum: Suggestions / Requests 12-04-2012, 14:50
Replies: 25
Views: 7,794
Posted By DrunkenKoZ
Re: Call of Duty: Black Ops mod

I think it would be a good idea to create a zombie mod for this call of duty mod. Zombies is a fun thing to do on Call of Duty, why not have it apart of this.
Forum: GunGame 12-04-2012, 10:31
Replies: 1
Views: 940
Posted By DrunkenKoZ
Re: Cstats Problem

My guess is that you use non steam. It's not supported here.
Forum: GunGame 12-02-2012, 10:01
Replies: 0
Views: 1,946
Posted By DrunkenKoZ
GunGame XP 0.2

This is an experience / level system for GunGame that I made using a tutorial here on allied modders. The tutorial can be found here; http://forums.alliedmods.net/showthread.php?t=66497

Cvars:...
Forum: HL1 Servers (HLDS) 12-02-2012, 08:21
Replies: 9
ds
Views: 2,083
Posted By DrunkenKoZ
Re: Server rates !

You shouldn't even be hosting a server with that low of an upload.
Forum: Suggestions / Requests 12-01-2012, 12:58
Replies: 25
Views: 3,046
Posted By DrunkenKoZ
Re: [REQ] Connect Message

Anti is correct on this one. If you just took 5 seconds to search you would of found it.

Connect Announce w/ Sound 0.2 by v3x (http://forums.alliedmods.net/showthread.php?p=163726)
Forum: Suggestions / Requests 12-01-2012, 12:56
Replies: 2
Views: 993
Posted By DrunkenKoZ
Re: [REQ] BHop for Half-Life

You can just use ConnorMcLeod's plugin along with Chronic's long jump; http://forums.alliedmods.net/showthread.php?p=423724
Forum: Code Snippets/Tutorials 11-28-2012, 21:21
Replies: 292
Views: 157,511
Posted By DrunkenKoZ
Re: New XP Mod tutorial

Anyone who is having a problem compiling you can try the code below. This also fixes a player receiving experience upon death.

#include <amxmodx>
#include <amxmisc>
#include <nvault>
#define...
Forum: Off-Topic 11-24-2012, 20:19
Replies: 29
Views: 9,690
Posted By DrunkenKoZ
Re: how to make unchangeable userconfig.cfg? cs1.6

Just set your config.cfg and userconfig.cfg to read only and your problem is solved. It's not rocket science.

If you can't save it then you need to take the config.cfg off read only and put the...
Forum: Unapproved/Old Plugins 11-21-2012, 17:19
Replies: 168
Views: 128,416
Posted By DrunkenKoZ
Re: Voiceserver Connect

Great work on this plugin.
Forum: Source Servers (SRCDS) 11-21-2012, 16:59
Replies: 11
Views: 2,013
Posted By DrunkenKoZ
Re: No one can connect to my server but me, says not responding

Connecting to a server requires two things. They need your IP address and he port you used to start up the server by default.

If you didn't specify a port in the start up command line then I...
Showing results 1 to 25 of 86

 
Forum Jump

All times are GMT -4. The time now is 14:18.


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