Hey,
wie kann ich diese Errors beheben?
Ich sehe darin keinen Error...
Code:
GeldI[i] = TextDrawCreate(30.0,170.0,"+50000$"); //// ERROR-ZEILE
TextDrawBackgroundColor(GeldI[i], 255);
TextDrawFont(GeldI[i], 2);
TextDrawLetterSize(GeldI[i], 0.500000, 1.000000);
TextDrawColor(GeldI[i], -1);
TextDrawSetOutline(GeldI[i], 0);
TextDrawSetProportional(GeldI[i], 1);
TextDrawSetShadow(GeldI[i], 1);
TextDrawUseBox(GeldI[i], 1);
TextDrawBoxColor(GeldI[i], 255);
TextDrawTextSize(GeldI[i], 140.000000, 0.000000);
TextDrawSetSelectable(GeldI[i],true);
TextDrawBackgroundColor(GeldI[i], 255);
TextDrawFont(GeldI[i], 2);
TextDrawLetterSize(GeldI[i], 0.500000, 1.000000);
TextDrawColor(GeldI[i], -1);
TextDrawSetOutline(GeldI[i], 0);
TextDrawSetProportional(GeldI[i], 1);
TextDrawSetShadow(GeldI[i], 1);
TextDrawUseBox(GeldI[i], 1);
TextDrawBoxColor(GeldI[i], 255);
TextDrawTextSize(GeldI[i], 140.000000, 0.000000);
TextDrawSetSelectable(GeldI[i],true);
Errors:
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : error 028: invalid subscript (not an array or too many subscripts): "GeldI"
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : warning 215: expression has no effect
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : error 001: expected token: ";", but found "]"
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : error 029: invalid expression, assumed zero
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : fatal error 107: too many error messages on one line
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : warning 215: expression has no effect
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : error 001: expected token: ";", but found "]"
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : error 029: invalid expression, assumed zero
C:\Users\Narushi\Desktop\samp\New-Evolution-Reallife\gamemodes\SelfmadeBT.pwn(492) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.