[Ajuda] 3DTextLabel em cima do Nick do nada. - 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] 3DTextLabel em cima do Nick do nada. (
/showthread.php?tid=620409)
3DTextLabel em cima do Nick do nada. -
PetrickSchoba - 29.10.2016
Pessoal estou com um problema que vejo nos ID's acima de 0.
Comeзou aparecer um 3DTextLabel, Uso CreateDynamic3DTextLabel.
Olhem a Print
Alguйm sabe dizer o que pode causar isso?
https://i.imgur.com/Bken9ZL.png
Re: 3DTextLabel em cima do Nick do nada. - Whoo - 29.10.2016
verifique se esta correto os parвmetros attachedplayer = INVALID_PLAYER_ID, playerid = -1 ao criar as labels
PHP код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_3D_TEXT_LABEL_SD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
Re: 3DTextLabel em cima do Nick do nada. -
PetrickSchoba - 29.10.2016
Nгo consegui arrumar
pawn Код:
CreateDynamic3DTextLabel("[Departamento de Policia]\nPressione a tecla {FF9810}'F' {FFFFFF}ou digite {FF9810}/int ", 0xFFFFFFFF , 246.7872, 62.3254, 1003.6406, 10.0, 0, 0);
Respuesta: 3DTextLabel em cima do Nick do nada. -
SammyJ - 29.10.2016
Код:
CreateDynamic3DTextLabel("[Departamento de Policia]\nPressione a tecla {FF9810}'F' {FFFFFF}ou digite {FF9810}/int ", 0xFFFFFFFF , 246.7872, 62.3254, 1003.6406, 10.0);
Re: Respuesta: 3DTextLabel em cima do Nick do nada. -
PetrickSchoba - 29.10.2016
Quote:
Originally Posted by Glederson_dom
Код:
CreateDynamic3DTextLabel("[Departamento de Policia]\nPressione a tecla {FF9810}'F' {FFFFFF}ou digite {FF9810}/int ", 0xFFFFFFFF , 246.7872, 62.3254, 1003.6406, 10.0);
|
Era isso, esqueci estava setando para o id 0... valeu pessoal!!!