Kann mir einer Erklären was diese Errors meinen?
C:\Users\Eddy\Desktop\Selfmade\gamemodes\NcS.pwn(1197) : error 006: must be assigned to an array
C:\Users\Eddy\Desktop\Selfmade\gamemodes\NcS.pwn(1199) : error 006: must be assigned to an array
C:\Users\Eddy\Desktop\Selfmade\gamemodes\NcS.pwn(1200) : error 006: must be assigned to an array
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
SpielerInfo[playerid][pGeschlecht] = r_mysql_GetString("Geschlecht"); ------ Zeile
SpielerInfo[playerid][pGeburtsdatum] = r_mysql_GetInt("Geburtsdatum");
SpielerInfo[playerid][pStadt] = r_mysql_GetString("Stadt"); -------- Zeile
SpielerInfo[playerid][pOrtsteil] = r_mysql_GetString("Ortsteil"); -------------Zeile
SpielerInfo[playerid][pHealth] = r_mysql_GetFloat("Health");
//Edit Code -.-