Guten Tag,
Ich möchte hier den Namen auslesen aber iwie geht das nicht:
TextDrawShowForPlayer(playerid, von);
new Text:von;
von = TextDrawCreate(70.399986, 57.493320, "Stats von:");
TextDrawLetterSize(von, 0.449999, 1.600000);
TextDrawAlignment(von, 1);
TextDrawColor(von, -1);
TextDrawSetShadow(von, 0);
TextDrawSetOutline(von, 1);
TextDrawBackgroundColor(von, 51);
TextDrawFont(von, 1);
TextDrawSetProportional(von, 1);
format(string,sizeof(string1),"Stats von: %d",GetPlayerName(playerid, name, sizeof(name));
Danke im vorraus.