[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=442642)
Create3DTextLabel -
MoitaGreen - 08.06.2013
Queria saber como fazer uma Create3DTextLabel que ficasse "Grudada" em um veiculo, pois vou colocar isso nos veiculos civis
Re: Create3DTextLabel -
Don_Speed - 08.06.2013
https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
Re: Create3DTextLabel -
MoitaGreen - 08.06.2013
Se alguem puder ajudar de uma forma melhor..
Respuesta: Re: Create3DTextLabel -
Wendell - 08.06.2013
Quote:
Originally Posted by MoitaGreen
Se alguem puder ajudar de uma forma melhor..
|
Isso pode te ajudar .
PHP код:
new Text3D:TextoCarros[MAX_VEHICLES];
format(string, sizeof(string), "• Veiculo Civil •");
TextoCarros[carid] = Create3DTextLabel(string,0xCF2727FF,0.000,0.000,0.000,10.0,0);
Attach3DTextLabelToVehicle(TextoCarros[carid], carid, 0.0, 0.0, 0.1);
Re: Create3DTextLabel -
MoitaGreen - 08.06.2013
Deu isso:
Sгo nas linhas que vc me passou mesmo
Код:
C:\Users\User\Desktop\Paulo\[GM] Brasil Style Of Life\gamemodes\BrasilStyleOfLifeRp.pwn(16111) : error 017: undefined symbol "carid"
C:\Users\User\Desktop\Paulo\[GM] Brasil Style Of Life\gamemodes\BrasilStyleOfLifeRp.pwn(16112) : error 017: undefined symbol "carid"
Re: Create3DTextLabel -
Don_Speed - 08.06.2013
pawn Код:
new carid = GetPlayerVehicleID(playerid);
Re: Create3DTextLabel -
MoitaGreen - 08.06.2013
Код:
C:\Users\User\Desktop\Paulo\[GM] Brasil Style Of Life\gamemodes\BrasilStyleOfLifeRp.pwn(16110) : error 017: undefined symbol "playerid"
Re: Create3DTextLabel -
MoitaGreen - 08.06.2013
alguem ajuda ai po
Re: Create3DTextLabel -
jakechriz - 08.06.2013
how to put my server in internet list not hosted
Re: Create3DTextLabel -
Cromado - 08.06.2013
moita ponha isso no OnPlayerConnect que vai resolver
OnPlayerConnect
pawn Код:
new Text3D:TextoCarros[MAX_VEHICLES];
format(string, sizeof(string), "• Veiculo Civil •");
TextoCarros[carid] = Create3DTextLabel(string,0xCF2727FF,0.000,0.000,0.000,10.0,0);
Attach3DTextLabelToVehicle(TextoCarros[carid], carid, 0.0, 0.0, 0.1);