Raised This Month: $ Target: $400
 0% 

[Help] csdm spec


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
plazma
Senior Member
Join Date: Oct 2013
Old 10-18-2014 , 06:18   [Help] csdm spec
Reply With Quote #1

When I 'say /cs' work great but not work fine on ' /spec' on much time and I'm dead but not in Spec ScoreBoard why?



PHP Code:
new CsTeams:team[33];
new 
deaths[33];

public 
cmd_spec id )
{
    if( 
is_user_alive(id))
    {
        
deaths[id] = cs_get_user_deaths(id);
        
cs_set_user_deaths(iddeaths[id] - 1);
        
team[id] = cs_get_user_team(id);
        
cs_set_user_team(idCS_TEAM_SPECTATOR);
        
user_silentkill(id);
    }
    
    return 
PLUGIN_HANDLED;

__________________
Free Palestine ♥
plazma 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 17:45.


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