Jump to content

Question

Posted

[move]Sall SA:MP.RO[/move]

Salut Ma Poate Ajuta Cineva Cu Eroarea La Compile Plz :D

C:\Documents and Settings\Black Metal\Desktop\PGZ.pwn(25) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

Vrei ceva? [email protected]

2 answers to this question

Recommended Posts

Posted

Nu ai definit GetPointDistanceToPointExMorph :

stock 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);
}

Fara reclama in semnatura!

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.