[Ajuda] Skin em textdraw - 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] Skin em textdraw (
/showthread.php?tid=647721)
Skin em textdraw -
RafaeeL - 09.01.2018
Bom galera criei uma textdraw de login, e juntamente adcionei uma skin como a imagen abaixo, mais como faзo para essa skin atualizar de acordo com a skin de cada player alguem pode me ajudar?
Imagem:
https://imgur.com/a/SOSyU
Agradeзo des de ja!
Re: Skin em textdraw -
IlanZ - 09.01.2018
https://sampwiki.blast.hk/wiki/PlayerTex...etPreviewModel
ou
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
Re: Skin em textdraw -
SnowBorn - 09.01.2018
Vк a Include | mSelection
Re: Skin em textdraw -
RafaeeL - 09.01.2018
Quero apenas q atualize a skin do player igual aquele GM Life Virtual Base
Re: Skin em textdraw -
Trucksamp - 09.01.2018
imgur no server please new pic
Re: Skin em textdraw -
Gguiz - 09.01.2018
Quote:
Originally Posted by Trucksamp
imgur no server please new pic
|
"O uso da lingua portuguesa й permitido e
obrigatуrio apenas nesta бrea do fуrum, toda postagem externa deverб estar em inglкs."
The use of the Portuguese language is allowed and
obligatory only the area of the forum, all the external post is in English.
http://forum.sa-mp.com/showpost.php?...80&postcount=1
Re: Skin em textdraw -
RafaeeL - 09.01.2018
Alguem pode me ajudar?
Re: Skin em textdraw -
Guigs - 10.01.2018
Apenas crie uma variavel para pegar a skin do player e entгo coloque no textdraw.
Код:
new skin = GetPlayerSkin(playerid);
TextDrawSetPreviewModel(SEUTEXTDRAW, skin);
Re: Skin em textdraw -
RafaeeL - 10.01.2018
Quote:
Originally Posted by Guigs
Apenas crie uma variavel para pegar a skin do player e entгo coloque no textdraw.
Код:
new skin = GetPlayerSkin(playerid);
TextDrawSetPreviewModel(SEUTEXTDRAW, skin);
|
Obrigado men!