Portal SAMP
[Pedido] Sistema de tag em cima do nome - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Pedido] Sistema de tag em cima do nome (/showthread.php?tid=1773)



Sistema de tag em cima do nome - EXPEDITO_011 - 27/10/2021

Como faço um sistema de tag assim?


RE: Sistema de tag em cima do nome - xbruno1000x - 27/10/2021

Código:
    new Text3D:TAG[MAX_PLAYERS];

    TAG[playerid] = Create3DTextLabel("NOVATO", COR, 30.0, 40.0, 50.0, 40.0, -1);
    Attach3DTextLabelToPlayer(TAG[playerid], playerid, 0.0, 0.0, 0.4);