24.09.2012, 04:23
(
Последний раз редактировалось Coringa_Vilao; 07.11.2015 в 01:48.
)
Resolvido !
//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);