View Full Version : DoD Kill Info (v0.1)
diamond-optic
08-22-2006, 04:51 PM
DoD Kill Info
- Version 0.1
- 08.06.2006
- diamond-optic
Information:
- Shows a hud message in upper left corner of screen that displays who you
just killed, from how far, with what weapon, and where you hit them.
- If kill was a TK, it will also display that as well...
- Can be set to display in either feet or metersCVARs:
dod_killinfo "1" //Turn on(1)/off(0)
dod_killinfo_units "1" //Set units: 1=feet / 2=metersVersion Info:
- 08.06.2006 Version 0.1
Initial release
DOWNLOAD URL: http://www.avamods.com/download.php?view.47
dannyowan
08-23-2006, 07:05 AM
The plugin seems like stats.amxx ? Same function?
diamond-optic
08-23-2006, 04:08 PM
umm i dont really understand what you're trying to say lol im sorry..
but this plugin isnt connected to the normal amxx stats if thats what you are asking
Doc67
08-28-2006, 05:48 PM
Does this plugin also show the damage you`ve done?
thx
diamond-optic
08-28-2006, 09:45 PM
no it doesnt.. but thats a good idea, i didnt even think of that lol.. ive always used the damage thing from the stats so it musta slipped my mind :-)
{RSR}Crazyhorse_cdn
06-11-2007, 09:26 AM
this is a helpful plug in for some of us noobie's , also , i was looking for a different verision and was wondering if anybody found it, i no this one shows in the upper right hand corner, i was looking for 1 that shows mid of screen on right side, or can u change the location of where this one would show ???? :confused:
diamond-optic
06-11-2007, 10:28 AM
this is a helpful plug in for some of us noobie's , also , i was looking for a different verision and was wondering if anybody found it, i no this one shows in the upper right hand corner, i was looking for 1 that shows mid of screen on right side, or can u change the location of where this one would show ???? :confused:
well i can get around to adding something to make it easier to change the location of where the msg shows up.. but if you really want to change it right now lol.. then you can find this:
if(get_user_team(killer) == 1)
set_hudmessage(0,200,0,0.01,0.06,0,3.0,5.0,0.5,1.5 ,1)
else
set_hudmessage(200,0,0,0.01,0.06,0,3.0,5.0,0.5,1.5 ,1)in the .sma file the 4th and 5th arguments of the set_hudmessage lines are location..
default values:
X=0.01
Y=0.06
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.