public Update(playerid)
{
new string[256];
format(string, sizeof(string), "Kontostand: $ %d", SpielerInfo[playerid][pBankgeld]);
PlayerTextDrawSetString(playerid, Kontostand[playerid], string);
TextDrawShowForPlayer(playerid,Kontostand[playerid]);
}
versuch es mal so
//e: PAWN Code