[AJUDA] Matriculas 3D
#1

Boas

Alguem poderб dizer como se faz este TEXT3D nos carros e se poder publicar aqui?

http://imageshack.us/f/834/samp022gt.png/

Gostaria meter isso nos veiculos a dizer a matricula, ja procurei pelo forum etc e nгo encontrei nada que me ajuda-se
Reply
#2

Alguem pode ajudar?
Reply
#3

isso й 3DLabel, tuto pra tu brother:
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
espero ter ajudado, =)
Reply
#4

A cor jб й uma cor com transparкncia, eu tenho ela aqui se vocк quiser.
Reply
#5

http://forum.sa-mp.com/search.php?searchid=4566401
Reply
#6

Alguem poderб mandar script para meter matriculas em 3DLabel? pff
Reply
#7

Tenta ae '-'
pawn Код:
#include <a_samp>

forward AtualizarLabel(playerid);

public OnFilterScriptInit()
{
    SetTimer("AtualizarLabel", 10000, true);
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

public AtualizarLabel(playerid)
{
    if(IsPlayerAdmin(playerid))
    {
        new Text3D:label = Create3DTextLabel("DONO DO SERVIDOR", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
        Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
    }
    return 1;
}
Reply
#8

Player isso e para Players e nao para carros...

Alguem poderб ajudar?

Fazer que nos carros apareca 3DLabel com matricula
Reply
#9

Alguem pode me ajudar por favor?
Reply
#10

Como assim matricula?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)