SA-MP Forums Archive
[ajuda] Create3DTextLabe - 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] Create3DTextLabe (/showthread.php?tid=325738)



[ajuda] Create3DTextLabe - Panico622 - 14.03.2012

Coloquei um Create3DTextLabe pra quem entra no serve ja ter uma nossao de algum comds
mas deu 2 Warnings!

Alguem ajuda?

Код:
C:\Users\AsR\Servidores\TSD The Star Drift-DM-Race\gamemodes\tsd.pwn(157) : warning 213: tag mismatch
C:\Users\AsR\Servidores\TSD The Star Drift-DM-Race\gamemodes\tsd.pwn(157) : warning 202: number of arguments does not match definition
Код:
    Create3DTextLabel("/comandos /relato /duvida /carro [id] /tune /n Ao entrar no SV vc Ganha um Carro! /n Ele fica pela 1Є vez do lado desta casa /n Й um Elegy Preto /n Para ajuda: /meucarro", 0x008080FF, -342.6331, 1539.8843, 75.5625,44.9114, 20.0, 0, 0);



Re: [ajuda] Create3DTextLabe - Panico622 - 14.03.2012

ainda ta dando os mesmos


Re: [ajuda] Create3DTextLabe - ViniBorn - 14.03.2012

pawn Код:
Create3DTextLabel("/comandos /relato /duvida /carro [id] /tune \n Ao entrar no SV vc Ganha um Carro! \n Ele fica pela 1Є vez do lado desta casa \n Й um Elegy Preto \n Para ajuda: /meucarro", 0x008080FF, -342.6331, 1539.8843, 75.5625, 20.0, 0, 0);



Re: [ajuda] Create3DTextLabe - humildadeforever - 14.03.2012

pawn Код:
new stringzona[250];
strcat(stringzona,"/comandos /relato /duvida /carro [id] /tune \n Ao entrar no SV vc Ganha um Carro! \n");
strcat(stringzona,"Ele fica pela 1Є vez do lado desta casa \n Й um Elegy Preto \n Para ajuda: /meucarro");
Create3DTextLabel(stringzona,0x008080FF,-342.6331, 1539.8843, 75.5625,20.0,0,0);



Re: [ajuda] Create3DTextLabe - Panico622 - 14.03.2012

Vlw Viniborn
Agora deu


Re: [ajuda] Create3DTextLabe - Mr_Taxi - 14.03.2012

\n Funciona com 3DTextLabe ? Nгo sei nгo, mais aqui eu fiz com ~n~ mais ainda nгo testei.
Tente.
E o seu Warning quer dizer que vocк nгo preencheu tudo certinho, veja se estб assim:

Create3DTextLabel("TEXTO", COR, X, Y, Z, DrawDistance, Virtual Word);

Tentaк com ~n~ e fala se funcionou, como disse, eu fiz, mais ainda nao testei.