[AJUDA] Create3DTextLabel - 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] Create3DTextLabel (
/showthread.php?tid=266394)
[AJUDA] Create3DTextLabel -
Jorge_Hard - 04.07.2011
Entao galera queria colocar uma Create3D na porta das org por exemplo
B.O.PE
Lider: Nome_Sobrenome.
Que atualize junto com o /darlider
Tentei umas formas com variaves do darlider nao pego, nao sei se e possivel se for agradeзo se alguem puder ensinar
Re: [AJUDA] Create3DTextLabel -
TheGarfield - 04.07.2011
pawn Код:
static s[154];
GetPlayerName(playerid, s, 24);
format(s, 128,"Nome: %s\nLider %s",s,s);
Create3DTextLabel(s, color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
isto resolve seu poblema.
Re: [AJUDA] Create3DTextLabel -
Jorge_Hard - 04.07.2011
O (s) seria oque?
Re: [AJUDA] Create3DTextLabel -
TheGarfield - 04.07.2011
s = string
pawn Код:
new string[154];
// й mesma coisa que
new s[154];
Re: [AJUDA] Create3DTextLabel -
Jorge_Hard - 04.07.2011
Ata vlws so pra saber >D
Re: [AJUDA] Create3DTextLabel -
Andrew_Guiga - 05.07.2011
diz ae se funciono tbm quero usa isso