[Ajuda] Atualizaзгo Create3DTextLabel (In-game) - 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: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Atualizaзгo Create3DTextLabel (In-game) (
/showthread.php?tid=380104)
Atualizaзгo Create3DTextLabel (In-game) -
Coringa_Vilao - 24.09.2012
Resolvido !
Re: Atualizaзгo Create3DTextLabel (In-game) -
Rhayziin - 24.09.2012
Quote:
Originally Posted by Coringa_Vilao
|
.....
Re: Atualizaзгo Create3DTextLabel (In-game) -
Coringa_Vilao - 24.09.2012
Resolvido !
Re: Atualizaзгo Create3DTextLabel (In-game) -
CaioMiglioli - 24.09.2012
Coloca o cуdigo no comando de setar o Lнder e Sub-Lider
Re: Atualizaзгo Create3DTextLabel (In-game) -
Jason` - 24.09.2012
Update3DTextLabelText
Re: Atualizaзгo Create3DTextLabel (In-game) -
tonisantolia - 24.09.2012
pawn Код:
//TOPO:
new Text3D:Lider_Sub;
//OnGameModeInit:
new mtemp[256];
format(mtemp,256,"{00BFFF}Policia Militar\n==================\nLнder: %s\n==================\nSub-Lнder: %s\n==================",InfoOrg[1][Lider],InfoOrg[1][SubLider]);
Lider_Sub = Create3DTextLabel(mtemp, 0xFFFFFF, 1545.0447,-1675.2751,13.5596, 20.0,0);
//Comando Para atualizar:
Delete3DTextLabel(Lider_Sub);
new mtemp[256];
format(mtemp,256,"{00BFFF}Policia Militar\n==================\nLнder: %s\n==================\nSub-Lнder: %s\n==================",InfoOrg[1][Lider],InfoOrg[1][SubLider]);
Lider_Sub = Create3DTextLabel(mtemp, 0xFFFFFF, 1545.0447,-1675.2751,13.5596, 20.0,0);
Nгo testei amor
Re: Atualizaзгo Create3DTextLabel (In-game) -
Jason` - 24.09.2012
Se usar o que eu disse nгo precisar deletar o texto e recriб-lo.
Re: Atualizaзгo Create3DTextLabel (In-game) -
Coringa_Vilao - 24.09.2012
Resolvido !
Re: Atualizaзгo Create3DTextLabel (In-game) -
Coringa_Vilao - 24.09.2012
Resolvido !
Re: Atualizaзгo Create3DTextLabel (In-game) -
Coringa_Vilao - 24.09.2012
Resolvido !