Hallo,
Bei mir kommen Folge ne Warnings
morphinc.inc(3) : warning 219: local variable "x2" shadows a variable at a preceding level
morphinc.inc(3) : warning 219: local variable "y2" shadows a variable at a preceding level
morphinc.inc(3) : warning 219: local variable "z2" shadows a variable at a preceding level
Immer wenn ich den Dan auf den Server tue Dan Crasht man beim Login.
Und im Include steht das:
new pdistance = 1;
forward NameTimer();
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);
}
stock SetPDistance(dista)
Bitte auf schnelle Hilfe
//edit Include Zeile und bessere ordnung
//edit Ordnung und 3mal auch