Posts: 324
	Threads: 108
	Joined: Dec 2013
	
Reputation: 
0
	 
 
	
	
		Hey guy im wondering is it possible to do something so like when a player enters a area so like ganton at the right side of his screen it says like ganton or something like on the original game?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 442
	Threads: 80
	Joined: Aug 2012
	
Reputation: 
0
	 
 
	
	
		U need create a enum and show for player using a textdraw.
Sorry for my bad english.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,133
	Threads: 71
	Joined: Dec 2013
	
Reputation: 
0
	 
 
	
	
		I'd recommend using an area include how-ever it can be done without. You can just use IsPlayerInRangeOfPoint but it will take a lot more work. As for actually displaying the location string, you can actually just use GameTextForPlayer. Style 1 should be what you need.