Warnings (6)

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
  • Halli Hallo,
    ich hab da ein Problem mit meinem Selfmade und tja ich krieg diese warnings nicht weg.


    C:\Users\Administrator\Desktop\SAMP\samp037_svr_R2-1-1_win32\gamemodes\ausbildung.pwn(505) : warning 213: tag mismatch
    C:\Users\Administrator\Desktop\SAMP\samp037_svr_R2-1-1_win32\gamemodes\ausbildung.pwn(1956) : warning 213: tag mismatch
    C:\Users\Administrator\Desktop\SAMP\samp037_svr_R2-1-1_win32\gamemodes\ausbildung.pwn(1956) : warning 213: tag mismatch
    C:\Users\Administrator\Desktop\SAMP\samp037_svr_R2-1-1_win32\gamemodes\ausbildung.pwn(1956) : warning 213: tag mismatch
    C:\Users\Administrator\Desktop\SAMP\samp037_svr_R2-1-1_win32\gamemodes\ausbildung.pwn(1957) : warning 213: tag mismatch
    C:\Users\Administrator\Desktop\SAMP\samp037_svr_R2-1-1_win32\gamemodes\ausbildung.pwn(2501) : warning 213: tag mismatch


    _____________________________________________________________________________________________________________________


    Die entsprechenden Zeilen:


    Zeile 505:
    sxpos[playerid]=-1.0;


    Zeile 1956-1957:
    (1956) GetPlayerPos(playerid,sxpos[playerid],sypos[playerid],szpos[playerid]);
    (1957) GetPlayerFacingAngle(playerid,sdir[playerid]);


    Zeile 2501:
    if(GetPlayerMenu(playerid)==estm01)



    ______________________________________________________________________________________________________________________


    Die <new> sachen oben im Skript:
    new sxpos[MAX_PLAYERS];
    new sypos[MAX_PLAYERS];
    new szpos[MAX_PLAYERS];
    new ESTPR[MAX_PLAYERS];
    new ESTAS[MAX_PLAYERS];
    new ESTAS2[MAX_PLAYERS];
    new ESTAS3[MAX_PLAYERS];
    new ESTstate[MAX_PLAYERS];
    new einweisung[MAX_PLAYERS];
    new ESTnum[MAX_PLAYERS];
    new sdir[MAX_PLAYERS];
    new ewpickup[MAX_PLAYERS];
    new est01dial[MAX_PLAYERS];
    new estm01;