Guten Tag: Ich wollte in einem Dialog(MSGBOX) ein Kontostand anzeigen lassen
Script: GF
switch (listitem)
{
case 0:
{
new string2[100];
format(string2, 128, "\nDein Kontostand:%s",PlayerInfo[playerid][pAccount]);
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "t", string2, "", "");
}
}
Zitaterror 017: undefined symbol "PlayerInfo"