Posts: 723
	Threads: 366
	Joined: Jun 2016
	
	
 
	
	
		Hi,
How to know water z? because i found some place where water not start from 0.0 coordinate, like in desert start from ~40
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,085
	Threads: 37
	Joined: Nov 2012
	
Reputation: 
0
	 
	
	
		Dunno, what have you tried so far...?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,208
	Threads: 36
	Joined: Apr 2015
	
	
 
	
	
		Water level is equal to 0.0 the exception of the water tank.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 723
	Threads: 366
	Joined: Jun 2016
	
	
 
	
	
		Try
-765.9584, 2139.6008, 41.1557
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,208
	Threads: 36
	Joined: Apr 2015
	
	
 
 
	
	
	
		
	Posts: 723
	Threads: 366
	Joined: Jun 2016
	
	
 
	
	
		Hm.. So how to know if i have X,Y calculate that Z coordinate?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,208
	Threads: 36
	Joined: Apr 2015
	
	
 
	
	
		Best for this will be ColAndreas plugin.
https://sampforum.blast.hk/showthread.php?tid=586068
PHP код:
CA_FindZ_For2DCoord(Float:x, Float:y, &Float:z); 
 
	
		
	
 
 
	
	
	
		
	Posts: 723
	Threads: 366
	Joined: Jun 2016
	
	
 
	
	
		Maybe yes, but it's too much for my just for simple thing.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 723
	Threads: 366
	Joined: Jun 2016
	
	
 
	
	
		So minz or maxz i can use for z coordinate?