AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   advanced_tracers plugin by Ivan and OLO (https://forums.alliedmods.net/showthread.php?t=3271)

Combat Wombat 07-01-2004 20:14

advanced_tracers plugin by Ivan and OLO
 
1 Attachment(s)
Just adjusted the include for AMXX, little bit better tracer plugin, supposed to be CPU optimized and does pellet-tracer for shotguns. Also second style of tracers (lightning) is available.

rjlan82 07-02-2004 06:01

Does not work correctly. I do not see any regular tracers, and I saw only one Lightning bolt come out of weapon when I switched to Lightning mode. :(

Switching back to tracer_fire for now...

would love to see a fix

mercury 07-02-2004 07:22

great thing.
realistic sprites ) i like this one )

installed.

mercury 07-02-2004 07:45

rjlan82, this plugin shows all tracers but not yours.
it's the best way i think. if you see your tracers it soon gets annoying...

is that your problem? or you can't see nothing at all?

mercury 07-02-2004 07:56

i'm saying that because i've got the same problem )) i tested it with no players on the server except me. so, actualy, i couldn't see these tracers.. was surprised when some guys connected )

devicenull 07-02-2004 15:33

Why not try this, instead of the two subtractions
Code:
#define SHOTGUN_X2 64
Then use
Code:
            vec2[0]-=SHOTGUN_X2;
Instead of
Code:
            vec2[0]-=SHOTGUN_AIMING; // Repeated substraction is faster then multiplication !             vec2[0]-=SHOTGUN_AIMING; // Repeated substraction is faster then multiplication !
The way I see that, one subtraction would be faster then two.. right?

rjlan82 07-03-2004 01:48

i had a couple people in the server.

I will try again...

-=STN=- MaGe 07-06-2004 07:57

Is this plugin working fine now?

rjlan82 07-06-2004 19:48

works great. I dunno what happened when i first installed it.... but I redownloaded, compiled, and it's REALLY cool :)

Motorola 07-28-2004 01:38

not seeing tracers but. i see the plugin working


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

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