AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Custom Flashlight v0.5.4 (10/20/09) (https://forums.alliedmods.net/showthread.php?t=72143)

AlexALX 01-31-2010 15:59

Re: Custom Flashlight v0.5.4 (10/20/09)
 
Quote:

Originally Posted by ConnorMcLeod (Post 1073587)
Hi,

Just set T color to 000000000

How?

AlexALX 03-01-2010 17:49

Re: Custom Flashlight v0.5.4 (10/20/09)
 
... eh where all?

teke 07-29-2010 20:08

Re: Custom Flashlight v0.5.4 (10/20/09)
 
hei, how can i stop the sound ( tic tic .. :-@ ) :D:D

great plugin ,good job

ConnorMcLeod 07-30-2010 00:53

Re: Custom Flashlight v0.5.4 (10/20/09)
 
Edit line 66 67 of .sma :

PHP Code:

new const SOUND_FLASHLIGHT_ON[] = "items/flashlight1.wav"
new const SOUND_FLASHLIGHT_OFF[] = "items/flashlight1.wav" 

->

PHP Code:

new const SOUND_FLASHLIGHT_ON[] = "common/null.wav"
new const SOUND_FLASHLIGHT_OFF[] = "common/null.wav" 


IbaneZ 10-20-2010 11:22

Re: Custom Flashlight v0.5.4 (10/20/09)
 
Hey Connor, this is a really cool plugin.
I'd love to use ith with Zombieplague, too.
Cause Zombieplague's custom flashlight is slow (delayed).
Any possibility to make it ZP compatible? Cause theres one issue.
If you have the flashlight turned on and be transformed into a zombie, the flashlight will still be activated and u cant turn it off.
Maybe its easy for u or some other guys to edit the .sma.

Thanks

IbaneZ 11-08-2010 16:35

Re: Custom Flashlight v0.5.4 (10/20/09)
 
No ideas? Even you don't, Connor?

Edit: Zombies become Terrorists, when they are infected. So we have to tell the plugin, to disable for Terrorists (Zombies).
I think that's all, but I'm not a scripter. Could someone do that? I'll test it then...

Thanks

ConnorMcLeod 11-08-2010 16:41

Re: Custom Flashlight v0.5.4 (10/20/09)
 
It has already been answered.

IbaneZ 11-08-2010 17:43

Re: Custom Flashlight v0.5.4 (10/20/09)
 
I tried flashlight_set colorte 000000000.
But that didn't help.
So what do you mean?

schmurgel1983 04-22-2011 08:34

Re: Custom Flashlight v0.5.4 (10/20/09)
 
Put this code in amxx.cfg (or maps/de_dust2.cfg, maps/prefix_de.ini etc..)
is not correct :(
look admin.sma "%s/maps/prefix_%s.cfg"

i have try it with ini and i was wonder why the changes not changed :D

but your flashlight plugin is really cool ^^ http://forums.alliedmods.net/images/rating/rating_5.gif

ConnorMcLeod 04-22-2011 10:59

Re: Custom Flashlight v0.5.4 (10/20/09)
 
Because i have forgotten to add /flashlight/ folder in description, gonna edit it (for random colors)
For commands, use default amxx system.


All times are GMT -4. The time now is 15:50.

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