Don't want to compile =(
#5

Try replacing
pawn Код:
new Float:dis = floatsqroot(floatpower(floatabs(floatsub(ppos[i][0],x)),2)+ floatpower(floatabs(ppos[i][1],y)),2)+floatpower(floatabs(floatsub(ppos[i][2],z)),2));
with
pawn Код:
new Float:dis = floatsqroot(floatpower(floatabs(floatsub(ppos[i][0],x)),2)+ floatpower(floatabs(ppos[i][1],y),2)+floatpower(floatabs(floatsub(ppos[i][2],z)),2));
Reply


Messages In This Thread
Don't want to compile =( - by Bearfist - 22.04.2009, 21:24
Re: Don't want to compile =( - by sidhu123 - 22.04.2009, 21:49
Re: Don't want to compile =( - by Bearfist - 22.04.2009, 22:04
Re: Don't want to compile =( - by sidhu123 - 22.04.2009, 22:18
Re: Don't want to compile =( - by ICECOLDKILLAK8 - 22.04.2009, 22:39
Re: Don't want to compile =( - by Bearfist - 23.04.2009, 04:55

Forum Jump:


Users browsing this thread: 1 Guest(s)