02.06.2017, 02:30
Hola tengo un problema que siempre he tenido con los malditos textdraws xd, cuando tengo uno de estadisticas por ejemplo, se modifican o se bugean desapareciendo 1 textdraw nada que ver, etc.
Por ejemplo este:
Ni siquiera me aparece y me bugeo 1 textdraw simple que no se modifica (se queda quieto).
Igual tengo otros twd cambiables como el del velocimetro, alguna ayuda?
Por ejemplo este:
Код:
//-TD-ESTADISTICAS-//
forward ShowInformationTxt(playerid); //ACTIVAR PARA ACTIVAR TWD CON -> ShowInformationTx(playerid);
public ShowInformationTxt(playerid)
{
new status[256];
//-------------
TextDrawShowForPlayer(playerid, TextoEstadisticas[playerid]);
TextDrawShowForPlayer(playerid, BoxEstadisticas);
//-TEXTDRAWS-BOX-COMANDOS-//
TextDrawShowForPlayer(playerid, BoxCMDS);
TextDrawShowForPlayer(playerid, TextoComandos);
new nombre[MAX_PLAYER_NAME];
GetPlayerName(playerid, nombre, sizeof(nombre));
format(status,sizeof(status),"Eres: %s ", Informacion[playerid][ClaseHumanos]);
TextDrawSetString(TextoEstadisticas[playerid],status);
}
Igual tengo otros twd cambiables como el del velocimetro, alguna ayuda?


