Posts: 71
	Threads: 29
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		how can i put like a permanent message on the bottom right corner of the screen that says how many people are on TEAM_HUNTER 1 so it says HUNTERS: 1 for example at the bottom
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,169
	Threads: 206
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		so your meaning if a hunter gets a kill goes HUNTER: 2 like a scoreboard for the teams?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 551
	Threads: 122
	Joined: Nov 2009
	
Reputation: 
0
	 
	
	
		Set a timer under OnGameModeInit. Then create the textdraw on a loop under OnGameModeInit, then as people spawn as TEAM_HUNTER += 1 and it should update, if you understand
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 555
	Threads: 136
	Joined: Dec 2010
	
Reputation: 
0
	 
	
	
		can some one give a smal example plz