AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Colored Flashbangs (https://forums.alliedmods.net/showthread.php?t=15241)

v3x 07-13-2005 21:14

Colored Flashbangs
 
1 Attachment(s)
Colored Flashbangs v1.0 - by v3x
---
Description:
This will change the color of the flash effect from white to definable colors.
---
Cvars:
amx_fb_mode ( Default: 1 )
- 0: OFF
- 1: Specified color
- 2: Random color
amx_fb_r - Red ( Default: 255 )
amx_fb_g - Green ( Default: 25 )
amx_fb_b - Blue ( Default: 25 )
---
Credits:
Noizza for the original idea.
---
:D

JanSky 07-13-2005 21:17

:D

Front Line 07-13-2005 21:25

Nice...:D

Mr. AWPster 07-13-2005 21:46

Nice job with the plugin. :D

Blitz 07-13-2005 22:05

Awesome plugin.

Om3gA 07-14-2005 01:21

i gotta try this plugin GJ :D

Cryonic 07-14-2005 09:19

Very funny.. =)

but:

Code:

        register_cvar("amx_fb_r",    "25")
        register_cvar("amx_fb_g",    "25")
        register_cvar("amx_fb_b",    "255")

gives me green flashbangs...

v3x 07-14-2005 09:24

First off, check out amx_fb_mode. When set to 2 it will display a RANDOM color each time. If it's set as 1, it'll display the colors defined in those 3 cvars. :)

Noizza 07-14-2005 09:39

yo v3x ;)
thx for bringing my idea on the worldīs CS-Serverīs ;)

Cryonic 07-14-2005 09:55

Yes I had it set to 1 :) Seems like the lueb portion gives green


All times are GMT -4. The time now is 22:05.

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