04.12.2016, 02:47
Deu alguns erros.
TextDraws:
Nгo vou botar toda para evitar plagios
Fiz tudo isso e deu seguinte error:
PHP код:
new PlayerText:Text0;
new PlayerText:Text1;
new PlayerText:Text2;
new PlayerText:Text3;
new PlayerText:Text4;
new PlayerText:Text5;
new PlayerText:Text6;
new PlayerText:Text7;
new PlayerText:Text8;
new PlayerText:Text9;
new PlayerText:Text10;
new PlayerText:Text11;
new PlayerText:Text12;
PHP код:
Text0[playerid] = CreatePlayerTextDraw(490.000000, 105.000000, "Informacoes :");
PlayerTextDrawBackgroundColor(playerid,Text0, 255);
PlayerTextDrawFont(playerid,Text0, 3);
PlayerTextDrawLetterSize(playerid,Text0, 0.519999, 1.600000);
PlayerTextDrawColor(playerid,Text0, -1);
PlayerTextDrawSetOutline(playerid,Text0, 0);
PlayerTextDrawSetProportional(Text0, 1);
PlayerTextDrawSetShadow(playerid,Text0, 1);
PlayerTextDrawSetSelectable(playerid,Text0, 0);
PHP код:
PlayerTextDrawShow(playerid, Text0[playerid]);
PlayerTextDrawShow(playerid, Text1[playerid]);
PlayerTextDrawShow(playerid, Text2[playerid]);
PlayerTextDrawShow(playerid, Text3[playerid]);
PlayerTextDrawShow(playerid, Text4[playerid]);
PlayerTextDrawShow(playerid, Text5[playerid]);
PlayerTextDrawShow(playerid, Text6[playerid]);
PlayerTextDrawShow(playerid, Text7[playerid]);
PlayerTextDrawShow(playerid, Text8[playerid]);
PlayerTextDrawShow(playerid, Text9[playerid]);
PlayerTextDrawShow(playerid, Text10[playerid]);
PlayerTextDrawShow(playerid, Text11[playerid]);
PlayerTextDrawShow(playerid, Text12[playerid]);
pawn Код:
C:\Users\Ilan\Desktop\Testes para Katiau\gamemodes\projectKatiau.pwn(35) : error 028: invalid subscript (not an array or too many subscripts): "Text0"
C:\Users\Ilan\Desktop\Testes para Katiau\gamemodes\projectKatiau.pwn(35) : error 017: undefined symbol "playerid"
C:\Users\Ilan\Desktop\Testes para Katiau\gamemodes\projectKatiau.pwn(35) : error 029: invalid expression, assumed zero
C:\Users\Ilan\Desktop\Testes para Katiau\gamemodes\projectKatiau.pwn(35) : 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.

