PDA

View Full Version : Callin DrumGod


TheWind
01-27-2005, 01:11 PM
Greetings Sir,

I am sucessfuly using your plugin but have a few questions. I have looked seriously at the buzzbuddiesgsc and would like to know what to dismantle to remove the "Bash, and Grenade" values from the hud list. I removed them from the screen but still have Zeros where the names of the values were. We are Snipers over here and have no use for either of those. it's a very cool plugin just the same.

Thanks..

A hint or two would be all I need. btw if you want to take a look at the server go to

8.3.5.189:28960

Best regards

TW

TheWind
01-28-2005, 11:55 AM
I had to take it down DG because it did not show shot distance and only showed the kill info on the shootee side not the shooter.

Heres an example of the counter info we normally use


attacker iprintlnbold ("^1You just killed " + self.name + "^1 at " + range_sae + "yards");

if I could intergrate this statement into:

self iprintln ("^7--->" + attacker.name + "^1 has Killed you| Kills: " + game[self.name][attacker.name] + " Location:" + location);

It would be good. The other thing is like I said taking out grenades and bashes.

When say I shoot you in the head it should show on my screen that I killed you with a head shot at x yards. it would show on the guy who was just shot the same information and then it would register the kill on the stats.

can it be done? and if so would I need to add or insert the command lines from both gsc files?

Thanks