[Ajuda] TextLabels - 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] TextLabels (
/showthread.php?tid=486240)
TextLabels -
bruxo00 - 07.01.2014
Como faзo para armazenar uma TextLabel numa variбvel? Aqui estб a dar warning...
Tenho uma
enum onde a variбvel й criada:
PHP код:
Player3DText:TextLabel
E o cуdigo onde dб warning:
PHP код:
HouseInfo[i][TextLabel] = Create3DTextLabel(ficheiro, BRANCO, HouseInfo[i][PickX], HouseInfo[i][PickY], HouseInfo[i][PickZ], 20.0, 0, 0);
Warning
PHP код:
warning 213: tag mismatch
Sem armazenar na variбvel compila sem erros mas eu preciso de mais tarde mexer na textlabel ou atй apaga-la.
Re: TextLabels -
Hulk3000 - 07.01.2014
Re: TextLabels -
bruxo00 - 08.01.2014
Isso
3DText nгo existe.
Jб tentei sу com
Text e continua o warning...
@Edit
Consegui!
й
Text3D!