[Ajuda] Create3DTextLabel
#1

Queria saber como fazer uma Create3DTextLabel que ficasse "Grudada" em um veiculo, pois vou colocar isso nos veiculos civis
Reply
#2

https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
Reply
#3

Se alguem puder ajudar de uma forma melhor..
Reply
#4

Quote:
Originally Posted by MoitaGreen
Посмотреть сообщение
Se alguem puder ajudar de uma forma melhor..
Isso pode te ajudar .

PHP код:
new Text3D:TextoCarros[MAX_VEHICLES];
format(stringsizeof(string), "• Veiculo Civil •");
TextoCarros[carid] = Create3DTextLabel(string,0xCF2727FF,0.000,0.000,0.000,10.0,0);
Attach3DTextLabelToVehicle(TextoCarros[carid], carid0.00.00.1); 
Reply
#5

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"
Reply
#6

pawn Код:
new carid = GetPlayerVehicleID(playerid);
Reply
#7

Код:
C:\Users\User\Desktop\Paulo\[GM] Brasil Style Of Life\gamemodes\BrasilStyleOfLifeRp.pwn(16110) : error 017: undefined symbol "playerid"
Reply
#8

alguem ajuda ai po
Reply
#9

how to put my server in internet list not hosted
Reply
#10

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)