AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Realistic FlashBang (https://forums.alliedmods.net/showthread.php?t=118626)

gladius 02-12-2010 23:15

Realistic FlashBang
 
2 Attachment(s)
Realistic FlashBang

Version: 1.0.1

Descripcion:
This is a more realistic Flashbang, I add an effect of hallucination and a sound. Which these effects make your stay completely crazy

Video:
Video

cvar:
PHP Code:

FLenable register_cvar("amx_rfl_enable""1")
FLcolor register_cvar("amx_rfl_color""128 128 128")
FLradius register_cvar("amx_rfl_radius","50")
FLlightcolor register_cvar("amx_rfl_lightcolor","255 255 255")
FLsound register_cvar("amx_rfl_sound""1"

Credits:
Asd - Idea
XxAvalanchexX
- Flashbang Dynamic Light plugin
Arkshine - UTIL_FixedUnsigned16 function link
Ciio & IneedHelp - Video :)

IneedHelp 02-12-2010 23:37

Re: Realistic FlashBang
 
Admin Commands? I was thinking about Gameplay...

PHP Code:

#define TE_DLIGHT 27 

amxmodx.inc -> messages.inc -> message_const.inc, define is already there.

PHP Code:

public plugin_precache() 
{
    if(
get_pcvar_num(FLsound))
        
precache_generic(Sound)


Remember that plugin_precache is called before plugin_init, so the cvar doesn't exists, just do the mp3 play cvar check or create the cvar in plugin_precache.

about flashbang dlight, I don't see why it should be added into this plugin...

css like ;D (well pev_punchangle doesn't recreate the effect from css)
gjj..

gladius 02-12-2010 23:54

Re: Realistic FlashBang
 
update 1.0.1:
  • fixed FLsound cvar
  • remove #define TE_DLIGHT 27

todo: video :)

(<|o.o|>) 02-13-2010 00:01

Re: Realistic FlashBang
 
Attach .mp3

gladius 02-13-2010 00:12

Re: Realistic FlashBang
 
added :)

Doc-Holiday 02-13-2010 00:19

Re: Realistic FlashBang
 
Quote:

Originally Posted by gladius (Post 1087064)
added :)

I will test this staturday this sounds kewl...

YamiKaitou 02-13-2010 00:42

Re: Realistic FlashBang
 
Make the RAR a ZIP

TucanN# 02-13-2010 14:47

Re: Realistic FlashBang
 
nice plugin .P

alias_retaer 02-13-2010 14:50

Re: Realistic FlashBang
 
nicee :)

MouseSplash! 02-13-2010 16:00

Re: Realistic FlashBang
 
very nice


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

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