C:\Users\steffen\Desktop\Gta San Andreas Scripts\Scripting Unterricht 1\gamemodes\su.pwn(66) : warning 219: local variable "x" shadows a variable at a preceding level
Der Fehler liegt hier
for( new x = 0;x<MAX_PLAYERS;x++)
{
Tacho[x] = TextDrawCreate(357.0000,340.0000,"Unwichtig");
TextDrawLetterSize(Tacho[x],0.4,1.1);
TextDrawFont(Tacho[x],1);
TextDrawSetShadow(Tacho[x],2);
TextDrawSetOutline(Tacho[x],1);
}