Hallo Liebes nettes Freundliches super duper mega Forum
Ich habe ein Problem und ich kann es nicht fixxen könnt ihr mir BITTE helfen? wäre sehr DANKBAR
ZitatAlles anzeigenError:
C:\Users\Zeynep Pehlivanli\Desktop\LAUCH\gamemodes\GoR.pwn(6385) : warning 225: unreachable code
C:\Users\Zeynep Pehlivanli\Desktop\LAUCH\gamemodes\GoR.pwn(12362) : error 017: undefined symbol "v0"
C:\Users\Zeynep Pehlivanli\Desktop\LAUCH\gamemodes\GoR.pwn(12362) : error 029: invalid expression, assumed zero
C:\Users\Zeynep Pehlivanli\Desktop\LAUCH\gamemodes\GoR.pwn(12362) : error 037: invalid string (possibly non-terminated string)
C:\Users\Zeynep Pehlivanli\Desktop\LAUCH\gamemodes\GoR.pwn(12362) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Error nummer 1: SendClientMessage(playerid, COLOR_LIGHTRED, "** Du musst dich vorher einloggen oder dir einen Account erstellen! ***");
Kick(playerid);
return 1;
if(gPlayerAccount[playerid] == 1)
{
ForceClassSelection(playerid);
TogglePlayerSpectating(playerid, 0);
}
error nummer 2: format(string, sizeof(string), "German Reallife v%s", VERSION);
SetGameModeText(string);//
format(objstore, sizeof(objstore), "MOLE: Ich habe nichts, bitte komme später nochmal.");
format(cbjstore, sizeof(cbjstore), "HQ: Es ist nicht in deiner Nähe.");
gettime(ghour, gminute, gsecond);
FixHour(ghour);
ghour = shifthour;
if(!realtime)
{
SetWorldTime(wtime);
}