14.02.2015, 03:05
Olб, estou com um bug assim, eu ponho uma 3DTextlabel em frente minha HQ, ok atй ai tudo bem. Tenho 3 3DTextLabel espalhadas no mapa, e eu tenho um sistema que seta o nome da gang em uma Attach3DTextLabel em cima da cabeзa. As vezes a 3DTextLabel da base fica com o texto da Attach3DTextLabel. Alguem poderia me ajudar?
Essa й a Attach3DTextLabel
stock AtualizarTextoHead(playerid)
{
new TextoToHead[40];
if(PlayerInfo[playerid][LevelTRI] >= 1) {
format(TextoToHead,sizeof(TextoToHead),"{FFFFFF}[TRIAD]");
Update3DTextLabelText(TextoHead[playerid],0x00FFDDFF,TextoToHead);}
return 1;
}
E Essa й a 3DTextLabel
Create3DTextLabel("{FFFFFF} HQ da gang\n{00FFDD}TRIAD",0x00FFDDFF,-1847.9191,-233.4678,18.2266,40,0,0);
OBS: nгo sei por com aquela caixinha de code.
Essa й a Attach3DTextLabel
stock AtualizarTextoHead(playerid)
{
new TextoToHead[40];
if(PlayerInfo[playerid][LevelTRI] >= 1) {
format(TextoToHead,sizeof(TextoToHead),"{FFFFFF}[TRIAD]");
Update3DTextLabelText(TextoHead[playerid],0x00FFDDFF,TextoToHead);}
return 1;
}
E Essa й a 3DTextLabel
Create3DTextLabel("{FFFFFF} HQ da gang\n{00FFDD}TRIAD",0x00FFDDFF,-1847.9191,-233.4678,18.2266,40,0,0);
OBS: nгo sei por com aquela caixinha de code.