Help Me
#1

Can't Understand Value
Код:
stock GetDistance(Float:x1,Float:y1,Float:z1, Float:x2,Float:y2,Float:z2)
{
 return floatround(floatsqroot(floatpower(floatabs(floatsub(x2,x1)),2)+floatpower(floatabs(floatsub(y2,y1)),2)+floatpower(floatabs(floatsub(z2,z1)),2)));
}
This function will return value in Meters or foot ?
Reply


Messages In This Thread
Help Me - by VishvaJeet - 02.10.2014, 03:27
Re: Help Me - by Sawalha - 02.10.2014, 05:15
Re: Help Me - by mamorunl - 02.10.2014, 11:09
Re: Help Me - by MysteriousGaming - 02.10.2014, 11:12

Forum Jump:


Users browsing this thread: 1 Guest(s)