Posts: 6,242
	Threads: 8
	Joined: Jun 2008
	
	
 
	
	
		https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
Thats how you get it to show for one person, and you can make the rest...
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 111
	Threads: 23
	Joined: Jul 2009
	
Reputation: 
0
	 
	
	
		I looked at that before and its confusing that is just for a specific player
I want a specific team just to be able to view the vehicle 3d text
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,242
	Threads: 8
	Joined: Jun 2008
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Red Hockey 
 I looked at that before and its confusing that is just for a specific player
 
 I want a specific team just to be able to view the vehicle 3d text
 | 
 Yeah, There is no "team" viewable 3dtext... You need to make a segment of code that goes through all the players, and checks if they are a team member that needs to see that text, and create it for each individual...
You are asking for a simple function to do it, But there is none. You need to make your own.
SetPlayerMarkerForPlayer is also another thing that is widely used in this way.