Raised This Month: $ Target: $400
 0% 

Help with object glow


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Artemus
Senior Member
Join Date: Jul 2005
Location: OK
Old 03-14-2006 , 16:52   Next what do i do
Reply With Quote #4

Code:
#include <amxmodx> #include <amxmisc> #include <fun> #include <engine> public plugin_init() {     register_plugin("ObejectMoverObjectGlow", "1.0", "ArtemusOD")     register_cvar("lightmovable","1")     register_srvcmd("removedoors","LightMovable");     if(get_cvar_num("lightmovable")) {         set_task(1.0,"LightMovable");     } }     public LightMovable()     {         new ent = -1     while ( (ent = find_ent_by_class(ent, "func_pushable"))   != 0)     {         set_entity_visibility(ent, kRenderFxGlowShell, 255, 0, 255, kRenderNormal, 25);             } }

I need help on this error

Error: Number of arguments does not match definition on line 28
__________________
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
 



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