Raised This Month: $ Target: $400
 0% 

A question that is killing me =/


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Sandurr
Senior Member
Join Date: Aug 2005
Old 03-01-2006 , 12:40  
Reply With Quote #4

Code:
#define RED 0 #define GREEN 0 #define BLUE 255 plugin_init() {     register_event("DeathMsg","death_event","a") } public death_event() {     //new victim = read_data(2)     new killer = read_data(1)     set_task(0.1,"glow",killer) } public glow(id) {     set_user_rendering(id,kRenderFxGlowShell,RED,GREEN,BLUE,kRenderNormal,16)     return; }
Sandurr is offline
 



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:17.


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