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;