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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: DahVid
Forum: Off-Topic 06-27-2013, 18:23
Replies: 5
hai
Views: 1,376
Posted By DahVid
hai

I feel obligated to post this every couple of years.
Forum: Off-Topic 02-06-2007, 23:21
Replies: 28
hai
Views: 5,075
Posted By DahVid
hai

how it b goin?
Forum: Scripting Help 08-27-2005, 02:04
Replies: 12
Views: 2,914
Posted By DahVid
Yeah, I got that too. Attacker is 1, right? I did...

Yeah, I got that too. Attacker is 1, right? I did the same for 1 and it didn't work.
Forum: Scripting Help 08-27-2005, 01:12
Replies: 12
Views: 2,914
Posted By DahVid
So, if 2 is the attacker. I erased the 2!0, now...

So, if 2 is the attacker. I erased the 2!0, now it should be able to go to any number right? It still beeps. I even tried 2=0, still beeps.

I guess i didn't understand it as much as I though, and...
Forum: Scripting Help 08-27-2005, 00:42
Replies: 12
Views: 2,914
Posted By DahVid
Ok, thanks man..

Ok, thanks man..
Forum: Scripting Help 08-27-2005, 00:40
Replies: 12
Views: 2,914
Posted By DahVid
#include <amxmodx> #include <amxmisc> ...

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

public plugin_init()
{
register_plugin("Hit notifications","0.1","DahVid")
register_event("Damage", "got_hit", "b",...
Forum: Scripting Help 08-27-2005, 00:38
Replies: 3
Views: 889
Posted By DahVid
http://www.amxmodx.org/funcwiki.php?go=func&id=147...

http://www.amxmodx.org/funcwiki.php?go=func&id=147
Forum: Scripting Help 08-27-2005, 00:32
Replies: 12
Views: 2,914
Posted By DahVid
Odd, I may be doing this wrong, but when I fall...

Odd, I may be doing this wrong, but when I fall it beeps.


new attacker=get_user_attacker(id)
if(attacker>0) {
client_cmd(attacker,"spk buttons/blip2.wav")
}


is that the world...
Forum: Scripting Help 08-27-2005, 00:26
Replies: 12
Views: 2,914
Posted By DahVid
User->Damage World->Damage

I need someway to tell the difference between damage from falling/etc and someone killing someone. I'm using get_user_attacker.
Forum: Scripting Help 08-26-2005, 22:47
Replies: 1
Views: 1,176
Posted By DahVid
Host_Error: WriteDest_Parm: not a client

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

public plugin_init()
{
register_plugin("Hit notifications","0.1","DahVid")
register_event("Damage", "got_hit", "b", "2!0")...
Forum: Trash 08-26-2005, 21:55
Replies: 12
Views: 3,386
Posted By DahVid
] Only if you come over and suck my cock. :)

]
Only if you come over and suck my cock. :)
Forum: Off-Topic 08-26-2005, 18:28
Replies: 4
Views: 1,682
Posted By DahVid
No, because all of that comes in gaim, and i need...

No, because all of that comes in gaim, and i need 2 chat apps open at all times. :)
Forum: Scripting Help 08-26-2005, 07:03
Replies: 46
Views: 9,257
Posted By DahVid
1. Possibly -- I've never used it so not sure. ...

1. Possibly -- I've never used it so not sure.
2. Look at other 'fake gun' plugins, theres a message you can do so that you can make it say "Bla killed Bla with Bla" etc..
Forum: Suggestions / Requests 08-26-2005, 07:01
Replies: 7
Views: 2,464
Posted By DahVid
The best entmod out there is for metamod. ...

The best entmod out there is for metamod.
www.adminop.net

Otherwise, twilight suzuka made an entity manipulation plugin.

You'll have to edit it to get it to work though. Delete the entire...
Forum: Trash 08-26-2005, 06:52
Replies: 12
Views: 3,386
Posted By DahVid
register_event(" CurWeapon", "cmd_speed", "be",...

register_event("
CurWeapon", "cmd_speed", "be", "1=1")

put it in plugin_init. It should fix your 'bug.'
Forum: Suggestions / Requests 08-26-2005, 06:45
Replies: 7
Views: 2,464
Posted By DahVid
-> Search

-> Search
Forum: (OLD) Bug Reports 08-26-2005, 06:35
Replies: 3
Views: 1,475
Posted By DahVid
Confirmed. For now, you should obviously...

Confirmed.

For now, you should obviously just copy the win32 configuration files because it's the same.
Forum: Scripting Help 08-26-2005, 06:32
Replies: 46
Views: 9,257
Posted By DahVid
get_user_aiming, I think you'd do a set_task on...

get_user_aiming, I think you'd do a set_task on it so like every .1 seconds it follows the new one. Not positive.. I'd wait for someone like avalanche to post.
Forum: Scripting Help 08-26-2005, 06:30
Replies: 46
Views: 9,257
Posted By DahVid
+karma for attributing to the community. :P

+karma for attributing to the community. :P
Forum: Off-Topic 08-26-2005, 06:24
Replies: 4
Views: 1,682
Posted By DahVid
L337 g00gletalk

http://www.google.com/talk/
Add me:
[email protected]

Add school in a hurricane right now trying to finish my math homework before I get an "F" so add me and I'll TTYL all! :)
Forum: Suggestions / Requests 08-25-2005, 23:58
Replies: 82
Views: 11,647
Posted By DahVid
That's why god made cvars. :)

That's why god made cvars. :)
Forum: Scripting Help 08-25-2005, 23:06
Replies: 6
Views: 1,430
Posted By DahVid
Yeah, I'll just google the commands.

Yeah, I'll just google the commands.
Forum: Scripting Help 08-25-2005, 23:05
Replies: 3
Views: 1,141
Posted By DahVid
Shortcut: register_menu ( title[], keys,...

Shortcut:
register_menu ( title[], keys, function[], outside=0 )

just a helpful hint, idk.
Forum: Approved Plugins 08-25-2005, 20:28
Replies: 33
Views: 33,629
Posted By DahVid
I believe engine can establish that.

I believe engine can establish that.
Forum: Approved Plugins 08-25-2005, 20:23
Replies: 9
Views: 19,714
Posted By DahVid
Me either, Thanks for the comment. I'm starting...

Me either, Thanks for the comment. I'm starting up a server myself. So heres some updates in the next version hopefully:

For CS:
Multiple tracers for shotgun bullets (Accurate)

For all + CS:...
Showing results 1 to 25 of 500

 
Forum Jump

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


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