Ich habe das Moneytextdraw aus einem Script ausgebaut, aber es geht iwie nicht so rechte!
ich habe:
Oben:
new Text:moneytextdraw[MAX_PLAYERS];
OnGamemodeInit:
new givemoneystring[256];
format(givemoneystring, sizeof(givemoneystring), "%d $", PlayerInfo[playerid][pCash]);
TextDrawSetString(moneytextdraw[playerid], givemoneystring);
was brauche ich noch?