by the bamph » Sat May 27, 2006 8:23 pm
got another noob problem...
i've tested the screenflash effect and it works fine. But not where i want it to.
i have to add the flash effect somewhere near a piece of code that mentions a +1 in my frag count, right?
i'm guessing that the line(s) i'm looking for should be in client.qc, but i can't find it (them).
the closest match i found to what i was looking for was this:
attacker.frags = attacker.frags + 1; (but this was in the Client Obituary, took me some time to notice that... kept wondering why the flash appears each time i respawn)
Do i have to add something in client.qc myself? or am i scouting in the wrong file?
(BTW i switched to FrikQCC too)