Raised This Month: $ Target: $400
 0% 

count game rounds


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Damocles
Member
Join Date: Jan 2005
Old 01-28-2005 , 10:36  
Reply With Quote #10

what about this sort of thing...

Code:
register_event("TeamScore", "team_score", "a") // Code.... new ctscore = 0 // Round score for CTs new tscore = 0 // Round score for Ts // Code... public team_score() {      new team[32]     read_data(1,team,32)     if (equal(team,"CT"))         ctscore = read_data(2)     else if (equal(team,"TERRORIST"))         tscore = read_data(2)     return PLUGIN_CONTINUE }
Damocles 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 19:21.


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