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

Showing results 1 to 25 of 27
Search took 0.01 seconds.
Search: Posts Made By: Reignman
Forum: Scripting Help 07-20-2005, 07:00
Replies: 14
Views: 3,531
Posted By Reignman
OK ... neither worked ... if( (iAttackerID...

OK ... neither worked ...

if( (iAttackerID == 0) )
seems to disable all self damage, and ...

if ( !iAttackerID )
disabled all self damage except when bots damaged themselves and teamates with...
Forum: General 07-15-2005, 04:32
Replies: 5
Views: 1,727
Posted By Reignman
do you still have the sma?

do you still have the sma?
Forum: Scripting Help 07-14-2005, 22:12
Replies: 14
Views: 3,531
Posted By Reignman
Is it possible to get it to skip (or not display)...

Is it possible to get it to skip (or not display) when you hurt yourself with a grenade or other weapon? I just need it to display fall damage. thanks
Forum: Scripting Help 07-06-2005, 19:38
Replies: 14
Views: 3,531
Posted By Reignman
Thanks, worked great. Can I get just one more...

Thanks, worked great. Can I get just one more thing added? If the person dies (suicide) can I get it to display ...
Forum: General 07-01-2005, 12:38
Replies: 5
Views: 1,727
Posted By Reignman
Is there anyway I can get the sma for that so I...

Is there anyway I can get the sma for that so I can see what you did and incase I need to change something in the future?
Forum: Scripting Help 06-30-2005, 19:11
Replies: 14
Views: 3,531
Posted By Reignman
It always displays 0 HP! for every fall. Is the...

It always displays 0 HP! for every fall. Is the script missing something?
Forum: Approved Plugins 06-30-2005, 14:50
Replies: 30
Views: 57,226
Posted By Reignman
Possible bug (using CS 1.6) ... In the...

Possible bug (using CS 1.6) ...
In the plugin_init I have these settings

register_cvar("amx_maxhealth","250")
register_cvar("amx_healthround","1")
register_cvar("amx_start_health","100")...
Forum: Scripting Help 06-30-2005, 12:21
Replies: 14
Views: 3,531
Posted By Reignman
How do you get that to display how much damage...

How do you get that to display how much damage was done to self like ...
Forum: Approved Plugins 06-26-2005, 10:22
Replies: 32
Views: 32,369
Posted By Reignman
New bugs/issues/observations that I've found ... ...

New bugs/issues/observations that I've found ...

I was using the map configs for dust and dust2 and my C4's aren't spawning in random spots they keep spawning in the same spot. And how about...
Forum: Suggestions / Requests 06-25-2005, 11:51
Replies: 9
Views: 2,501
Posted By Reignman
I tried using telemenu.amxx it don't satisfy my...

I tried using telemenu.amxx it don't satisfy my needs. You can only spawn to one temporary saved location (that you have to set ahead of time). And because you need to use a menu it don't work out...
Forum: Suggestions / Requests 06-24-2005, 02:38
Replies: 9
Views: 2,501
Posted By Reignman
So how's that teleport plugin coming along?

So how's that teleport plugin coming along?
Forum: Suggestions / Requests 06-22-2005, 15:53
Replies: 10
Views: 3,763
Posted By Reignman
If you use ... new Float:modMeter = 32.00...

If you use ...

new Float:modMeter = 32.00 //for meters
new Float:modMeter = 12.00 //for feet
Forum: Approved Plugins 06-22-2005, 15:47
Replies: 27
Views: 50,860
Posted By Reignman
1. distance in "feet" 2. if it was a...

1. distance in "feet"
2. if it was a "headshot"
3. "log_message"

those are the 3 I'm interested in
Forum: Approved Plugins 06-22-2005, 14:02
Replies: 93
Views: 54,980
Posted By Reignman
I do use "+speed2" I have it bound right next to...

I do use "+speed2" I have it bound right next to my forward key for easy access. I would just like to play around with different speeds to see which feels right. A command like "amx_maxspeed...
Forum: General 06-22-2005, 13:50
Replies: 5
Views: 1,727
Posted By Reignman
Thanks, works perfect

Thanks, works perfect
Forum: Approved Plugins 06-22-2005, 13:41
Replies: 27
Views: 50,860
Posted By Reignman
Man, that was quick ... "log_message" is similar...

Man, that was quick ... "log_message" is similar to "show_hudmessage" 'cept instead of sending the message to your screen it sends the info to HL regular log files (where stats are collected). Do...
Forum: Suggestions / Requests 06-22-2005, 13:20
Replies: 10
Views: 3,763
Posted By Reignman
I smell progress ... Just 3 more things (or...

I smell progress ... Just 3 more things (or changes) ...

1. I need the distance in "feet"
2. I need to know if it was a "headshot"
3. I need it all logged using "log_message"

PS I didn't...
Forum: Approved Plugins 06-22-2005, 08:00
Replies: 93
Views: 54,980
Posted By Reignman
Now that that is all settled, how about a new...

Now that that is all settled, how about a new command that will allow for faster or slower speeds depending on the users desire? I'm not sure why anyone would want to go any faster. If you do want...
Forum: Approved Plugins 06-22-2005, 03:25
Replies: 93
Views: 54,980
Posted By Reignman
I don't think the script sux. I use it all the...

I don't think the script sux. I use it all the time and can get from here to there in no time. I was wondering though if you could add a command so we can change the max speed? For some smaller...
Forum: Suggestions / Requests 06-21-2005, 14:48
Replies: 10
Views: 3,763
Posted By Reignman
Can someone please make me a kill distance plugin?

I need a plugin that logs the distance (in feet) for all kills and if it were a headshot to the log file that tracks stats (not amxx log). I don't need it to display a HUD message or anything fancy...
Forum: General 06-19-2005, 07:24
Replies: 5
Views: 1,727
Posted By Reignman
Detailed Weapon Stats for Bots?

OK, for CS 1.6 the stats_logging plugin is logging human and bot attacks and killed activity, but at the end of map it's only showing human detailed weapon stats and nothing for bots. How can I get...
Forum: Suggestions / Requests 06-19-2005, 04:16
Replies: 4
Views: 1,426
Posted By Reignman
If I can't add it right on the kill line ... how...

If I can't add it right on the kill line ... how bout adding it on the next line after the kill line, like ...



or something similar?
Forum: Suggestions / Requests 06-19-2005, 01:35
Replies: 9
Views: 2,501
Posted By Reignman
Well, I'm looking for a plugin that will save...

Well, I'm looking for a plugin that will save multiple teleport locations to a file for CS 1.6. For example the adminmod plugin I wanted ported over to amxx allowed you to save up to 24 locations...
Forum: Suggestions / Requests 06-17-2005, 07:55
Replies: 4
Views: 1,426
Posted By Reignman
I already have it where it displays the kill...

I already have it where it displays the kill distance from the attacker to victim (displayed on screen)... I want it to log to the same file that logs all the stats for psychostats. Preferably right...
Forum: Trash 06-17-2005, 04:32
Replies: 30
Views: 12,820
Posted By Reignman
Can you make it so it can glow a whole team a...

Can you make it so it can glow a whole team a specific color? Like ...

amx_glow CT 0 0 255 255

or

amx_glow T 255 0 0 255

Thanks, Reignman
Showing results 1 to 25 of 27

 
Forum Jump

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


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