Raised This Month: $ Target: $400
 0% 

[core] [NS] ns_get_build


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 10-04-2004 , 15:40  
Reply With Quote #2

not fixed but found another way:
Code:
if ( is_combat() && check_cc_num() ) check_cc_num(){     new entid = find_ent_by_class(-1, "team_command") // get commcchair id     new num     while( entid > 0 ){         num++         if( num > 1 ) // more than 1 cc found             return 1         entid = find_ent_by_class(entid, "team_command") // get next commchair id     }     return 0 }
this works
__________________
alias White Panther
karlos 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:15.


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