Raised This Month: $ Target: $400
 0% 

a few questions


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Drak
Veteran Member
Join Date: Jul 2005
Old 07-08-2007 , 00:58   Re: a few questions
Reply With Quote #3

Code:
public glow_players() {     static players[32], num     get_players(players,num)     for(new i=0;i<num;i++) {         new id = players[i]                 switch(cs_get_user_team(id))         {             case CS_TEAM_CT: set_user_rendering(id,kRenderFxGlowShell,0,0,255,kRenderNormal,20)             case CS_TEAM_T: set_user_rendering(id,kRenderFxGlowShell,255,0,0,kRenderNormal,20)         }     } }
If you call this function, it should do what you want.

You need to include the Cstrike module, and the fun module.
Code:
#include <cstrike> #include <fun>
__________________
Oh yeah
Drak is offline
Send a message via MSN to Drak
 



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 21:27.


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