//Passwort richtig
//SpawnPlayer(playerid); // <-- Den hier, packst du raus
TogglePlayerControllable(playerid,1);
sInfo[playerid][Eingeloggt] = 1;
sInfo[playerid][DB_ID] = cache_get_field_content_int(0,"ID",dbhandel);
sInfo[playerid][Level] = cache_get_field_content_int(0,"Level",dbhandel);
SetPlayerScore(playerid,sInfo[playerid][Level]);
sInfo[playerid][GMlevel] = cache_get_field_content_int(0,"GMlevel",dbhandel);
SetPlayerSkin(playerid,cache_get_field_content_int(0,"Haut",dbhandel));
SetPlayerMoney(playerid,cache_get_field_content_int(0,"Geld",dbhandel));
sInfo[playerid][Fraktion] = cache_get_field_content_int(0,"Fraktion",dbhandel);
sInfo[playerid][Rang] = cache_get_field_content_int(0,"Rang",dbhandel);
sInfo[playerid][Chefposten] = cache_get_field_content_int(0,"Chefposten",dbhandel);
sInfo[playerid][Stand] = cache_get_field_content_int(0,"Stand",dbhandel);
LadeSpielerAutos(playerid);
SpawnPlayer(playerid); // <- Packst du hier hin