Hilfe bei 3 warnings

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • 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