Tag mismatch
#2

Is that "Distance" a float?

Quote:
Originally Posted by Nin9r
Посмотреть сообщение
stock:
Код HTML:
stock Float: GetDistanceBetweenPoints(Float:posx1,Float:posy1,Float:posz1,Float:posx2,Float:posy2,Float:posz2)
{
    return floatsqroot(floatpower(floatabs(floatsub(posx2,posx1)),2)+floatpower(floatabs(floatsub(posy2,posy1)),2)+floatpower(floatabs(floatsub(posz2,posz1)),2));
}
https://sampforum.blast.hk/showthread.php?tid=570635
Reply


Messages In This Thread
Tag mismatch - by Nin9r - 18.11.2016, 13:13
Re: Tag mismatch - by GoldenLion - 18.11.2016, 13:20
Re: Tag mismatch - by Nin9r - 18.11.2016, 13:31

Forum Jump:


Users browsing this thread: 1 Guest(s)