24.09.2012, 18:39
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);
![Smiley](images/smilies/smile.png)