23.12.2012, 14:34
Erros:
Cуdigo:
Linha erro:
Alguйm poder me ajudar fico grato
Код:
C:\Users\Corei3\Desktop\testepl.pwn(507) : error 028: invalid subscript (not an array or too many subscripts): "Placar" C:\Users\Corei3\Desktop\testepl.pwn(507) : warning 215: expression has no effect C:\Users\Corei3\Desktop\testepl.pwn(507) : error 001: expected token: ";", but found "]" C:\Users\Corei3\Desktop\testepl.pwn(507) : error 029: invalid expression, assumed zero C:\Users\Corei3\Desktop\testepl.pwn(507) : fatal error 107: too many error messages on one line
PHP код:
Placar[0] = TextDrawCreate(280.000000, 5.000000, "- ~y~Placar -");
TextDrawBackgroundColor(Placar[0], 255);
TextDrawFont(Placar[0], 3);
TextDrawLetterSize(Placar[0], 0.500000, 1.200000);
TextDrawColor(Placar[0], -1);
TextDrawSetOutline(Placar[0], 1);
TextDrawSetProportional(Placar[0], 1);
Placar[1] = TextDrawCreate(265.000000, 20.000000, "~b~MAN ~y~ ~w~X ~y~ ~r~VIS");
TextDrawBackgroundColor(Placar[1], 255);
TextDrawFont(Placar[1], 3);
TextDrawLetterSize(Placar[1], 0.500000, 1.200000);
TextDrawColor(Placar[1], -1);
TextDrawSetOutline(Placar[1], 1);
TextDrawSetProportional(Placar[1], 1);
Код:
Placar[0] = TextDrawCreate(280.000000, 5.000000, "- ~y~Placar -");