Copyright = TextDrawCreate(27.000000, 424.000000, "PayDay in : %d/60");
TextDrawAlignment(Copyright[playerid],0);
TextDrawBackgroundColor(Copyright[playerid],0x000000FF);
TextDrawFont(Copyright[playerid], 3);
TextDrawLetterSize(Copyright[playerid], 0.340000, 1.600000);
//TextDrawColor(Copyright[playerid], 0xEB0000FF);
TextDrawSetOutline(Copyright[playerid], 1);
TextDrawSetProportional(Copyright[playerid], 1);
TextDrawShowForAll(Copyright[playerid]);
so war es vorher.
Wenn ich es ohne die Playerid mache.
Kommen 8x Diese errors in den zeilen oben^^.
error 033: array must be indexed (variable "Copyright")
error 035: argument type mismatch (argument 1)
