PDA

View Full Version : serverplugin scoreboard (and gui q)


mrmagu
18-03-2005, 23:57
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);

:)