Hallo,
Ich hab ein Problem mit Dialog - Stats erstellen...?
bekomme viele Error's -.-
Hilfe...
C:\Users\JuRy\Desktop[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47902) : error 017: undefined symbol "level"
C:\Users\JuRy\Desktop\[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47903) : error 017: undefined symbol "drank"
C:\Users\JuRy\Desktop\[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47904) : error 017: undefined symbol "fishes"
C:\Users\JuRy\Desktop\[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47905) : error 017: undefined symbol "kills"
C:\Users\JuRy\Desktop\[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47906) : error 017: undefined symbol "drugs"
C:\Users\JuRy\Desktop\[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47908) : error 017: undefined symbol "targetid"
C:\Users\JuRy\Desktop\[GDR]\gamemodes\--[GDR]_by_sHoTx3--.pwn(47914) : error 030: compound statement not closed at the end of file (started at line 47901)
//------------------------------------------------------------------------------------------------------------------------------------------------»
public MyDialogStatsSystem(playerid){ // Klammer öffnen
{
new string1[128],string2[128],string3[128],string4[128],string5[128],string6[128],string7[128],string8[128],string9[128],string10[128],string11[128],string12[128],string13[128],bussgeldpolkata[1280];
format(string1, sizeof string1, "Level:[%d] Geschlecht:[%s] Alter:[%d] Herkunft:[%s] Spawnenergie:[%.1f] Geld:[$%d] Bank:[$%d] Ph:[%d]", level,atext,age,otext,shealth+50, cash, account, pnumber);
format(string2, sizeof string2, "Premium Rang:[%s] Verheiratet:[%s] Spielzeit:[%d] LottoNr:[%d] Job:[%s]", drank,married,ptime,lotto,jtext);
format(string3, sizeof string3, "FishesCaught:[%d] GrösterFisch:[%d] Verbrechen:[%d] Gefängniszeit:[%d] Gesucht:[%d]", fishes,bigfish,crimes,arrests,warrests);
format(string4, sizeof string4, "Kills:[%d] Tode:[%d] Nächstes Level:[$%d] Respekt:[%d/%d] WantedLevel:[%d] Familie:[%s]",kills,deaths,costlevel,exp,expamount,wanted,f2text);
format(string5, sizeof string5, "Drogen:[%d] Materialien:[%d] Team:[%s] Krankheit:[%s] Organisation:[%s] Rank:[%s]",drugs,mats,ttext,dtext,ftext,rtext);
format(string6, sizeof string6, "-----\t-----\t-----\t-----\t-----\t-----\t-----\t-----\t-----\t-----\t-----\t-----\t-----\t");
format(string7, sizeof string7, "Spielminuten seit Login: [%d] Spielminuten bis zum PayDay: [%d] Spielminuten Insgesamt: [%d]",PlayerInfo[targetid][pMinutesSinceLogin],(60-PlayerInfo[targetid][pPlayMinutes]),PlayerInfo[targetid][pGesamtMinutes]);
format(bussgeldpolkata, sizeof bussgeldpolkata, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s", string1,string2,string3,string4,string5,string6,string7,string8,string9,string10,string11,string12,string13);
ShowPlayerDialog(playerid,19,DIALOG_STYLE_MSGBOX,"BußBundesrepublik [GDR] Reallife",bussgeldpolkata,"OK","Abbruch");
{
return 1;
} // Klammer wieder schließen.
//------------------------------------------------------------------------------------------------------------------------------------------------»
Wer Nett wenn ihr mir Helfen würdet