View Single Post
serverplugin scoreboard (and gui q)
Old
  (#1)
mrmagu
Member
 
Status: Offline
Posts: 1
Join Date: Mar 2005
Default serverplugin scoreboard (and gui q) - 18-03-2005

Hi..

I'm looking for a way to change/reset the scoreboard scores for each team. I can change player frags/deaths but that does not update the team score.

Also:

What would be the best method for making a "always shown" scoreboard in the top left.. I can use DIALOG_MSG but in order to update that I need to keep sending a lower level, once its 0, it's 10 seconds without an update.

Thanks.

Edit/Update:

Thanks fot fysh and XAD from #sourcemod I got it

#include team.h

g_Teams[3]->SetScore(0);


Last edited by mrmagu; 19-03-2005 at 00:05..
  
Reply With Quote