Raised This Month: $ Target: $400
 0% 

Help with object glow


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Artemus
Senior Member
Join Date: Jul 2005
Location: OK
Old 03-13-2006 , 21:59   Help with object glow
Reply With Quote #1

Hey I want this enitys to glow "func_door_rotating" and "func_pushable" in A MAP.
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #include <fun> #include <engine> #define PLUGIN "ObejectMoverObjectGlow" #define VERSION "1.0" #define AUTHOR "Artemus" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         } public LightMovable()     {         new ent;     while(ent =  find_ent_by_class(ent,"func_door_rotating", "func_pushable"))       {         set_ent_rendering(kRenderFxGlowShell, 255, 0, 255, kRenderNormal, 25)             } }
Might some one help me to make this work.
__________________
EURO
Artemus is offline
Send a message via ICQ to Artemus Send a message via AIM to Artemus Send a message via Yahoo to Artemus
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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