[AJUDA] Matriculas 3D
#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


Messages In This Thread
[AJUDA] Matriculas 3D - by Sergiosousa - 13.05.2012, 16:02
Re: [AJUDA] Matriculas 3D - by Sergiosousa - 13.05.2012, 20:25
Re: [AJUDA] Matriculas 3D - by Joker_OutLock - 13.05.2012, 20:27
Re: [AJUDA] Matriculas 3D - by After - 13.05.2012, 21:09
Re: [AJUDA] Matriculas 3D - by ViniBorn - 13.05.2012, 21:18
Re: [AJUDA] Matriculas 3D - by Sergiosousa - 14.05.2012, 02:28
Re: [AJUDA] Matriculas 3D - by dPlaYer_ - 14.05.2012, 02:56
Re: [AJUDA] Matriculas 3D - by Sergiosousa - 14.05.2012, 17:55
Re: [AJUDA] Matriculas 3D - by Sergiosousa - 14.05.2012, 23:45
Re: [AJUDA] Matriculas 3D - by CidadeNovaRP - 15.05.2012, 00:07

Forum Jump:


Users browsing this thread: 2 Guest(s)