How to check what is the distance from the player to the ground?
#2

PHP код:
new Float:mxFloat:myFloat:mzFloat:nzFloat:dist;
GetPlayerPos(playerid,mx,my,mz);
MapAndreas_FindZ_For2DCoord(mx,my,nz);
dist VectorSize(0.0,0.0,mz-nz); 
//edit use MapAndreas_FindZ_For2DCoord
Reply


Messages In This Thread
How to check what is the distance from the player to the ground? - by eyal282 - 30.10.2015, 20:40
Re: How to check what is the distance from the player to the ground? - by AbyssMorgan - 30.10.2015, 20:45
Re: How to check what is the distance from the player to the ground? - by eyal282 - 30.10.2015, 21:17
Re: How to check what is the distance from the player to the ground? - by Crayder - 30.10.2015, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)