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

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: L. Duke
Forum: Coding MM:S Plugins & SM Extensions 07-21-2010, 19:18
Replies: 72
Views: 27,843
Posted By L. Duke
Re: NPC in CS:S

He had some nice work on that stuff. Things like headcrabs that chased you around the map and exploded when they touched you and working sentries.

EDIT: Looks like there is some stuff posted on...
Forum: Metamod:Source Plugins 07-21-2010, 10:38
Replies: 286
Views: 212,652
Posted By L. Duke
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

The Windows version seems to be working, but I haven't had a chance to test it thoroughly. I'm still working on a few problems with the Linux version.
Forum: Snippets and Tutorials 07-12-2010, 11:17
Replies: 67
Views: 72,638
Posted By L. Duke
Re: [Tutorial] Creating brush entities

Nice work! I played around with this once, but I was trying to rely on the bounds for the model I was using and never thought to change the min/max stuff.
Forum: Coding MM:S Plugins & SM Extensions 07-11-2010, 22:36
Replies: 3
Views: 1,544
Posted By L. Duke
Re: GetName VFunc

Thank you Keeper!

When the three overloads of the KeyValues functions were in a different order it took me forever to debug my way through and figure that out. This would have been the same thing...
Forum: Coding MM:S Plugins & SM Extensions 07-11-2010, 18:25
Replies: 3
Views: 1,544
Posted By L. Duke
GetName VFunc

I'm having trouble on the CSS orangebox update with using GetName on a weapon. All my other vfunc calls are fine, but this one keeps returning a bad pointer. Any one else run into a problem with...
Forum: Metamod:Source Plugins 07-08-2010, 19:32
Replies: 172
Views: 141,216
Posted By L. Duke
Re: Entity Grabber / 'Gravity Gun' (15 Sep 2007) [Important News: July 2008]

There is an SM version. You should probably look near the end for updates to it though, as they aren't in the first post.
Forum: Snippets and Tutorials 07-07-2010, 17:45
Replies: 2
Views: 4,005
Posted By L. Duke
Re: [SNIPPET][CSS] Adding the VIP Tag

That's cool. I wish I had known that when I was working on the VIP mod. A couple of the guys at Valve/Turtlerock who came and played VIP Mod when we were first testing it added a concommand to do...
Forum: Metamod:Source Plugins 07-07-2010, 00:00
Replies: 286
Views: 212,652
Posted By L. Duke
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

I'd like to redo it as a SM plugin so anyone can easily make changes as they see fit, but I don't know if I'll have the time. If I can't get an update working in the next few weeks I'll probably...
Forum: Coding MM:S Plugins & SM Extensions 07-02-2010, 21:06
Replies: 12
Views: 3,511
Posted By L. Duke
Re: VFunc finding

I know the KeyValues functions were in different order on Windows and Linux in CSS (before the orangebox update anyway). Took me forever to figure out why things were crashing before I realized that.
Forum: Metamod:Source Plugins 06-23-2010, 23:14
Replies: 286
Views: 212,652
Posted By L. Duke
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

Haven't been around in a long time, first time I've checked in for over a year. Has a CS OB version actually happened now?
Forum: Coding MM:S Plugins & SM Extensions 01-08-2010, 19:19
Replies: 21
Views: 4,950
Posted By L. Duke
Re: Please help me with GameFrame

Just save it when they join. Their IP address won't be changing in the middle of the game.
Forum: Metamod:Source Plugins 12-14-2009, 17:48
Replies: 286
Views: 212,652
Posted By L. Duke
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

No. Once it is installed, it will automatically run on as_ maps. Nothing is required to turn it on/off or change settings.
Forum: Coding MM:S Plugins & SM Extensions 12-04-2009, 22:55
Replies: 4
Views: 1,700
Posted By L. Duke
Re: Need Data Access Layer For Plugin

Generally when working with a database you will first check to make sure that the record count is greater than zero. Then when you get the result after that you know that it is a valid number.
Forum: Trash 11-14-2009, 23:03
Replies: 1
Views: 1,035
Posted By L. Duke
Re: BlackGuard

http://www.myspacecomedy.com/images/funny/ban-hamster.jpg
Forum: Metamod:Source Plugins 10-28-2009, 23:21
Replies: 241
Views: 82,677
Posted By L. Duke
Re: ModelChanger

This was one of my first plugins and I discontinued it several years ago. Mani and Beetle added the same functionality to their plugins after a while. I'm sure SourceMod has a similar plugin now...
Forum: Scripting 10-23-2009, 01:26
Replies: 6
Views: 2,714
Posted By L. Duke
Re: Native "HookSingleEntityOutput" reported: Entity Outputs are disabled

I'm at the corner of 1st and 1st, how can the same street intersect with itself?...I must be at the nexus of the universe.
-Kramer
Forum: Extensions 07-31-2009, 22:08
Replies: 388
Views: 193,470
Posted By L. Duke
Re: [EXTENSION] Dukehacks

Not without looking closer. If it's just hooking stuff with SH then everything should work fine. Dukehacks uses a detour on TakeDamage, which could cause problems if zrtools is doing that also. ...
Forum: Coding MM:S Plugins & SM Extensions 07-28-2009, 02:07
Replies: 3
Views: 1,378
Posted By L. Duke
Re: Learning to search sigs

It's difficult. There are others around here who are better to tell you how, but basically you have to disassemble the dll and so binary files with something like IDA PRO (I believe there is a free...
Forum: General 07-15-2009, 02:08
Replies: 11
Views: 2,928
Posted By L. Duke
Re: Can you make a better theme than I?

Maybe you can get the layout and design from here (http://www.havenworks.com/).

Seriously, I'd make you a beautiful website, but whatever you can do is probably far better than what I can do.
Forum: Coding MM:S Plugins & SM Extensions 07-14-2009, 22:37
Replies: 5
Views: 4,313
Posted By L. Duke
Re: Post hook engine::GetClientConVar

Silly Tsunami. You can't get a result before the function calculates a result to return. :grrr: arrrrrrgh!
Forum: Coding MM:S Plugins & SM Extensions 07-14-2009, 22:34
Replies: 19
Views: 4,550
Posted By L. Duke
Re: Compiling for Linux with Cygwin

Most of the cross compiled plugins were on a gcc 3.4.1 version that I compiled in cygwin with the target output for linux machines. It's been outdated for some time now on the orangebox stuff, and...
Forum: Metamod:Source Plugins 06-11-2009, 22:30
Replies: 286
Views: 212,652
Posted By L. Duke
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

FileFront has cleaned out the downloads.

I'll have to upload them again somewhere and post a link.
Forum: Metamod:Source Plugins 06-11-2009, 22:28
Replies: 286
Views: 212,652
Posted By L. Duke
Re: VIP Mod (1.0.H) Server Plugin for CSS - 16 June 2007

The weapon restrictions are based on the original VIP gameplay in CS and there is not a way to change them. :grrr:
Forum: General 03-06-2009, 10:46
Replies: 9
Views: 2,505
Posted By L. Duke
Re: Models

These two paths
materials/models/player/gundam/gundam.vtf
materials/models/player/gundam/gundam_n.vtf
don't match the paths from the link you posted.
Forum: General 03-02-2009, 17:50
Replies: 2
Views: 981
Posted By L. Duke
Re: Add admin as root access

I don't believe you can add admins via the console.
Showing results 1 to 25 of 500

 
Forum Jump

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


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