20.05.2010, 19:07
pawn Код:
C:\Documents and Settings\Pierson\Escritorio\Servidor\gamemodes\Rg.pwn(14977) : error 017: undefined symbol "TextDrawNivel"
C:\Documents and Settings\Pierson\Escritorio\Servidor\gamemodes\Rg.pwn(14977) : warning 215: expression has no effect
C:\Documents and Settings\Pierson\Escritorio\Servidor\gamemodes\Rg.pwn(14977) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Pierson\Escritorio\Servidor\gamemodes\Rg.pwn(14977) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Pierson\Escritorio\Servidor\gamemodes\Rg.pwn(14977) : 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.
Todo lo que Tengo:
Arriba de Todo el GM:
pawn Код:
new Text:TextdrawNivel[MAX_PLAYERS];//
pawn Код:
TextdrawNivel[playerid] = TextDrawCreate(37.000000, 334.000000, " ");
TextDrawBackgroundColor(TextdrawNivel[playerid], 255);
TextDrawFont(TextdrawNivel[playerid], 1);
TextDrawLetterSize(TextdrawNivel[playerid], 0.280000, 1.000000);
TextDrawColor(TextdrawNivel[playerid], -1);
TextDrawSetOutline(TextdrawNivel[playerid], 0);
TextDrawSetProportional(TextdrawNivel[playerid], 1);
TextDrawSetShadow(TextdrawNivel[playerid], 1);
pawn Код:
TextDrawDestroy(TextdrawNivel[playerid]);

