SA-MP Forums Archive
їAlguien podrнa ayudarme con estos errores? porfavor. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: їAlguien podrнa ayudarme con estos errores? porfavor. (/showthread.php?tid=583382)



їAlguien podrнa ayudarme con estos errores? porfavor. - teamz - 28.07.2015

for(new playerid; playerid < MAX_PLAYERS; playerid++)
{
Information[playerid] = TextDrawCreate(2.000000, 434.000000, "....");
TextDrawBackgroundColor(Information[playerid], 255);
TextDrawFont(Information[playerid], 2);
TextDrawLetterSize(Information[playerid], 0.270000, 0.69999;
TextDrawColor(Information[playerid], -16776961);
TextDrawSetOutline(Information[playerid], 0);
TextDrawSetShadow(Information[playerid], 1);
TextDrawUseBox(Information[playerid], 1);
TextDrawBoxColor(Information[playerid], 255);
TextDrawTextSize(Information[playerid], 661.000000, 0.000000);
}

їPodrнan ayudarme? Emoticуn frown
error 017: undefined symbol "Information"
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


Errores de la lнnea "5278"= Information[playerid] = TextDrawCreate(2.000000, 434.000000, "....");


Respuesta: їAlguien podrнa ayudarme con estos errores? porfavor. - Swedky - 28.07.2015

No tienes definido la variable Information.