moin habe immer noch ein kleines Problem mit mein text ich wollte gerne
das dass geld angezeigt wird, aber es kommt nicht das geld sondern eine Zahl (155)
ob wohl ich 300k habe
OnGameMode:
for(new i=0;i<MAX_PLAYERS;i++)
{
new geldstr[256];
format(geldstr,sizeof(geldstr),"Geld: %d",pCash);
InfoDraw = TextDrawCreate(213.000000,384.000000,geldstr);
}
TextDrawHideForAll(InfoDraw);
TextDrawAlignment(InfoDraw,0);
TextDrawBackgroundColor(InfoDraw,0x000000ff);
TextDrawFont(InfoDraw,3);
TextDrawLetterSize(InfoDraw,0.299999,1.100000);
TextDrawColor(InfoDraw,0xffffffff);
TextDrawSetOutline(InfoDraw,1);
TextDrawSetProportional(InfoDraw,1);
TextDrawSetShadow(InfoDraw,4);
OnPlayerSpawn:
TextDrawShowForPlayer(playerid, InfoDraw);
ganz oben
new Text:InfoDraw;
was ist da ran flasch das dass geld nicht richtig angezeigt wird