Ok, ich weiss, ich nerv langsam mit dini, aber ich bekomms halt nicht hin...
hier:
1. new PlayerSkinID[10], PlayerKey[64];
2. (die zahlen in den [] sind die zeilen)[417] if(dialogid==3) {
[418] PlayerSkinID = dini_Get(Pfad, "PlayerSkinID");
[419] PlayerKey = dini_Get(Pfad, "Paaswort");
[420] if(inputtext==PlayerKey) {
[421] SetPlayerSkin(playerid, PlayerSkinID);
[422] }
[423] }
und hier die Fehler:
ZitatJ:\GTA San Andreas\Grand Theft Auto San Andreas\gamemodes\reallife.pwn(418 ) : error 047: array sizes do not match, or destination array is too small
J:\GTA San Andreas\Grand Theft Auto San Andreas\gamemodes\reallife.pwn(419) : error 047: array sizes do not match, or destination array is too small
J:\GTA San Andreas\Grand Theft Auto San Andreas\gamemodes\reallife.pwn(420) : error 033: array must be indexed (variable "inputtext")
J:\GTA San Andreas\Grand Theft Auto San Andreas\gamemodes\reallife.pwn(421) : error 035: argument type mismatch (argument 2)
... was mach ich falsch?