samp error
#5

Quote:
Originally Posted by CJ101
Just use the function anywhere inside your script.
Err, it is a undefined symbol error, not a "symbol never used" warning



I found this on the forum, it's part of a include file you're missing.

Код:
Float:GetPointDistanceToPointExMorph(Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2)
{
new Float:x, Float:y, Float:z;
x = x1-x2;
y = y1-y2;
z = z1-z2;
return floatsqroot(x*x+y*y+z*z);
}
Reply


Messages In This Thread
samp error - by SisasPoiss - 23.06.2010, 19:00
Re: samp error - by DJDhan - 23.06.2010, 19:07
Re: samp error - by SisasPoiss - 23.06.2010, 19:18
Re: samp error - by CJ101 - 23.06.2010, 19:27
Re: samp error - by DJDhan - 23.06.2010, 19:27
Re: samp error - by SisasPoiss - 23.06.2010, 19:30
Re: samp error - by WackoX - 23.06.2010, 19:35
Re: samp error - by DJDhan - 23.06.2010, 19:54
Re: samp error - by SisasPoiss - 24.06.2010, 06:12
Re: samp error - by (SF)Noobanatior - 24.06.2010, 06:58

Forum Jump:


Users browsing this thread: 1 Guest(s)