Guten Morgen,
Ich bekomme hier Errors:
for(new x = 0;x<MAX_PLAYERS;x++)
{
Tacho[x] = TextDrawCreate(540.000,380.000," ");//ERROR ZEILE
TextDrawLetterSize(Tacho[x],0.2,1.3);
TextDrawFont(Tacho[x],1);
TextDrawSetShadow(Tacho[x],1);
TextDrawSetOutline(Tacho[x],1);
}
Errors:
error 028: invalid subscript (not an array or too many subscripts): "Tacho"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line