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

Showing results 1 to 25 of 178
Search took 0.01 seconds.
Search: Posts Made By: Death [GER]
Forum: Scripting 10-20-2010, 03:16
Replies: 9
Views: 3,932
Posted By Death [GER]
Re: Bind a Key for a Player?

Well in some HL2 Mods you still can bind players keys (You can do all client exec things..) but yeah it was disabled years ago in the main games
Forum: Plugin/Gameplay Ideas and Requests 10-03-2010, 09:46
Replies: 2
Views: 947
Posted By Death [GER]
Re: Spy sapping score exploit fix

Then why dont you share the solution? Others may have the same problem..
Forum: Plugin/Gameplay Ideas and Requests 10-01-2010, 09:07
Replies: 10
Views: 6,204
Posted By Death [GER]
Re: [l4d2] Spawn related plugin (Paid work)

Ok but tell me why would you want non-existant (invisible, noblock, ..) special infected?
Are you trying to use them so that no more are spawned, or are you willing to "activate" them later? Me...
Forum: Plugin/Gameplay Ideas and Requests 09-30-2010, 08:03
Replies: 10
Views: 6,204
Posted By Death [GER]
Re: [l4d2] Spawn related plugin (Paid work)

Again one of those :crab: threads..

If you want someone to complete your request provide more information.
That way you will get only messages from people that really can do what you want. If...
Forum: Scripting 09-29-2010, 03:32
Replies: 8
Views: 2,917
Posted By Death [GER]
Re: Help with a plugin please =D

Let me do new small features.. Im fucking bored every 20 seconds.. :crab:
Forum: Plugin/Gameplay Ideas and Requests 09-28-2010, 07:13
Replies: 26
Views: 4,105
Posted By Death [GER]
Re: Achievement Log plugin

Mhh.. ok.. you are right ^^

But that would be easy so whats the problem? o.O
Forum: Scripting 09-28-2010, 07:08
Replies: 8
Views: 2,917
Posted By Death [GER]
Re: Help with a plugin please =D

Monkeys fuck off and do your work :D
Forum: Plugin/Gameplay Ideas and Requests 09-28-2010, 02:23
Replies: 26
Views: 4,105
Posted By Death [GER]
Re: Achievement Log plugin

No i think he wants every achievement earned by a client, not only on this server.

Like a Client played on some other servers NOT running the plugin and earned 7 achievements. Then joins a server...
Forum: Plugins 09-27-2010, 10:01
Replies: 153
Views: 79,483
Posted By Death [GER]
Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)

In your databases.cfg in sourcemods config folder

/sourcemod/configs/databases.cfg
Forum: Scripting 09-27-2010, 02:47
Replies: 6
Views: 1,620
Posted By Death [GER]
Re: Detect Key Presses and Mouse Scroll?

Monkeys thats what he didnt want to do. He wanted actual keys which is afaik not possible.
Forum: Plugin/Gameplay Ideas and Requests 09-27-2010, 02:37
Replies: 26
Views: 4,105
Posted By Death [GER]
Re: Achievement Log plugin

Lazy Monkey just Copied the AchEarned Event and forgot to change the Name ^^ Here you go
Forum: Unapproved Plugins 09-21-2010, 13:56
Replies: 27
Views: 17,009
Posted By Death [GER]
Re: [L4D2] Tank Health Hint

Well i did it because someone asked me to do it.. Well i will take the download down then.. if someone wants to take it over, do it.
Forum: Unapproved Plugins 09-21-2010, 00:33
Replies: 27
Views: 17,009
Posted By Death [GER]
Re: [L4D2] Tank Health Hint

If you read what i said, you would know that i do not own L4D2 and therefore its hard to debug for me.. And again it should be working from the code side.. theoretically..

Sorry ;(
Forum: Unapproved Plugins 09-20-2010, 05:22
Replies: 27
Views: 17,009
Posted By Death [GER]
Re: [L4D2] Tank Health Hint

Ok it should be working now..
Forum: Unapproved Plugins 09-20-2010, 03:02
Replies: 27
Views: 17,009
Posted By Death [GER]
Re: [L4D2] Tank Health Hint

If you read what i said you would know why only the killing message is shown for non player controlled tanks. I will try to fix the others now.
Forum: Unapproved Plugins 09-16-2010, 11:56
Replies: 27
Views: 17,009
Posted By Death [GER]
Re: [L4D2] Tank Health Hint

Well just like the Original Plugin it only works in Versus Mode with Player-controlled tanks. I did just rewrite the whole shit to fix the damn console spamming errors.

For AI Support i'll need...
Forum: Plugin/Gameplay Ideas and Requests 09-16-2010, 11:37
Replies: 18
Views: 4,540
Posted By Death [GER]
Re: [L4D2] Request: Death Checking Plugin

Well i dont have L4D so.. im Sorry.. but yeah from the code it should work :P
Forum: Scripting 09-15-2010, 09:57
Replies: 8
Views: 1,778
Posted By Death [GER]
Re: Need help!

Ah well.. i didnt play CSS for some time :P Sorry.. and well i saw that thread but forgot bout it..
Forum: Plugin/Gameplay Ideas and Requests 09-15-2010, 07:40
Replies: 2
Views: 872
Posted By Death [GER]
Re: [REQ] Zombie Vision

for(new i = 1; i<=GetMaxClients(); i++)
{
if(IsClientHereAndOtherShit(Client))
{
if(IsSurvivor(i))
{
ServerCommand("sm_beacon #%d", i);
}
}
}
Forum: Scripting 09-15-2010, 05:24
Replies: 8
Views: 1,778
Posted By Death [GER]
Re: Need help!

No.. its not possible. Sorry
Forum: Plugins 09-15-2010, 04:43
Replies: 18
Views: 17,255
Posted By Death [GER]
Re: [TF2] UberSteal

Nice Picture you got there Monkeys :P

Eh b2t.. I dont know if its gamebreaking but it shouldnt be able to go over 100%.. My opinion :D
Forum: Plugin/Gameplay Ideas and Requests 09-15-2010, 03:53
Replies: 6
Views: 1,876
Posted By Death [GER]
Re: [TF2] Max Respawn Time CAP

native GetRandomInt(nmin, nmax);
Forum: Plugin/Gameplay Ideas and Requests 09-15-2010, 03:50
Replies: 18
Views: 4,540
Posted By Death [GER]
Forum: Unapproved Plugins 09-15-2010, 03:04
Replies: 27
Views: 17,009
Posted By Death [GER]
Re: [L4D2] Tank Health Hint

Well from the code it SHOULD work just like the Original one (this is a rewrite of)..

I need Errors, and i will fix them..
Forum: Plugin/Gameplay Ideas and Requests 09-15-2010, 02:57
Replies: 15
Views: 3,755
Posted By Death [GER]
Re: $$$ [TF2] [CSS] Plugin can get paid $ $ $

I'm not a fan of those Donation shit Plugins.. sorry

And yes they are gamebreaking..
Showing results 1 to 25 of 178

 
Forum Jump

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


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