SSGamers - 12 Anos online por você.

#SSGamers - A Comunidade que mais crescer no brasil!

Participe do fórum, é rápido e fácil

SSGamers - 12 Anos online por você.

#SSGamers - A Comunidade que mais crescer no brasil!

SSGamers - 12 Anos online por você.

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.
Chegou o novo tema 6.5.5 - SSGamers - Servidores online de qualidade - Aproveite e entre para nossa comunidade, inscreva-se já! - Ouça nossa web radio - Veja nossas novidades - Participe dos nossos setores de jogos online - Parcerias aberta fale já com um administrador.

+3
BERNARDO8K
Weslley_Script
Klaus_Mikaelson
7 participantes

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Klaus_Mikaelson
    Klaus_Mikaelson
    --> Postador Iniciante
    --> Postador Iniciante


    Celular : 53991411887
    Mensagens : 20
    Moedas : 2458
    Data de inscrição : 09/09/2017
    Idade : 31

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por Klaus_Mikaelson Sáb 9 Set 2017 - 13:27

    Olá pessoal da SSGAMERS!

    Bom, eu sou novo aqui no fórum e hoje trago para vocês uma tela de Login clicável que fiz!

    Espero que gostem!


    Como colocar está tudo explicadinho!



    Código:
    // Tela de Login Clicável by: Klaus Mikaelson
    // Faça Bom Uso

    // Pra usar vocês configuram aí..

    // Em OnPlayerRequestClass

       for(new x; x != sizeof(TDKLAUSMIKAELSON); x++){

           TextDrawShowForPlayer(TDKLAUSMIKAELSON[x]);
       }

    // EM OnPlayerSpawn

       for(new x; x != sizeof(TDKLAUSMIKAELSON); x++){

           TextDrawHideForPlayer(TDKLAUSMIKAELSON[x]);
       }
       
    // Em OnPlayerConnect

    CriarTelaDoKlaus(playerid);



    // No Topo do Gm
    new Text:TDKLAUSMIKAELSON[20];

    stock CriarTelaDoKlaus(playerid){

    TDKLAUSMIKAELSON[0] = TextDrawCreate(222.064453, 152.666671, "_");
    TextDrawLetterSize(TDKLAUSMIKAELSON[0], 0.638476, 20.074178);
    TextDrawTextSize(TDKLAUSMIKAELSON[0], 419.000000, 0.000000);
    TextDrawAlignment(TDKLAUSMIKAELSON[0], 1);
    TextDrawColor(TDKLAUSMIKAELSON[0], -1);
    TextDrawUseBox(TDKLAUSMIKAELSON[0], 1);
    TextDrawBoxColor(TDKLAUSMIKAELSON[0], 144);
    TextDrawSetShadow(TDKLAUSMIKAELSON[0], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[0], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[0], 255);
    TextDrawFont(TDKLAUSMIKAELSON[0], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[0], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[0], 0);

    TDKLAUSMIKAELSON[1] = TextDrawCreate(382.605651, 167.033294, "beta 1.0");
    TextDrawLetterSize(TDKLAUSMIKAELSON[1], 0.147935, 1.039999);
    TextDrawAlignment(TDKLAUSMIKAELSON[1], 3);
    TextDrawColor(TDKLAUSMIKAELSON[1], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[1], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[1], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[1], 255);
    TextDrawFont(TDKLAUSMIKAELSON[1], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[1], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[1], 0);

    TDKLAUSMIKAELSON[2] = TextDrawCreate(222.532943, 152.666625, "_");
    TextDrawLetterSize(TDKLAUSMIKAELSON[2], 0.350335, 0.211666);
    TextDrawTextSize(TDKLAUSMIKAELSON[2], 419.000000, 0.000000);
    TextDrawAlignment(TDKLAUSMIKAELSON[2], 1);
    TextDrawColor(TDKLAUSMIKAELSON[2], -1);
    TextDrawUseBox(TDKLAUSMIKAELSON[2], 1);
    TextDrawBoxColor(TDKLAUSMIKAELSON[2], 112);
    TextDrawSetShadow(TDKLAUSMIKAELSON[2], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[2], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[2], 255);
    TextDrawFont(TDKLAUSMIKAELSON[2], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[2], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[2], 0);

    TDKLAUSMIKAELSON[3] = TextDrawCreate(294.152954, 215.999023, "criar conta");
    TextDrawLetterSize(TDKLAUSMIKAELSON[3], 0.169018, 0.847498);
    TextDrawAlignment(TDKLAUSMIKAELSON[3], 3);
    TextDrawColor(TDKLAUSMIKAELSON[3], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[3], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[3], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[3], 255);
    TextDrawFont(TDKLAUSMIKAELSON[3], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[3], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[3], 0);

    TDKLAUSMIKAELSON[4] = TextDrawCreate(379.299499, 158.383224, "brasil project city");
    TextDrawLetterSize(TDKLAUSMIKAELSON[4], 0.303483, 1.139165);
    TextDrawAlignment(TDKLAUSMIKAELSON[4], 3);
    TextDrawColor(TDKLAUSMIKAELSON[4], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[4], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[4], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[4], 255);
    TextDrawFont(TDKLAUSMIKAELSON[4], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[4], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[4], 0);

    TDKLAUSMIKAELSON[5] = TextDrawCreate(212.225479, 164.333374, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[5], 8.997835, 9.282500);
    TextDrawAlignment(TDKLAUSMIKAELSON[5], 1);
    TextDrawColor(TDKLAUSMIKAELSON[5], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[5], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[5], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[5], 255);
    TextDrawFont(TDKLAUSMIKAELSON[5], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[5], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[5], 0);

    TDKLAUSMIKAELSON[6] = TextDrawCreate(338.268707, 147.366180, "- BEM VINDO");
    TextDrawLetterSize(TDKLAUSMIKAELSON[6], 0.174171, 1.176664);
    TextDrawAlignment(TDKLAUSMIKAELSON[6], 3);
    TextDrawColor(TDKLAUSMIKAELSON[6], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[6], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[6], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[6], 255);
    TextDrawFont(TDKLAUSMIKAELSON[6], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[6], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[6], 0);

    TDKLAUSMIKAELSON[7] = TextDrawCreate(212.225479, 182.034454, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[7], 8.997835, 9.282500);
    TextDrawAlignment(TDKLAUSMIKAELSON[7], 1);
    TextDrawColor(TDKLAUSMIKAELSON[7], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[7], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[7], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[7], 255);
    TextDrawFont(TDKLAUSMIKAELSON[7], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[7], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[7], 0);

    TDKLAUSMIKAELSON[8] = TextDrawCreate(212.225479, 197.035369, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[8], 8.997835, 9.282500);
    TextDrawAlignment(TDKLAUSMIKAELSON[8], 1);
    TextDrawColor(TDKLAUSMIKAELSON[8], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[8], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[8], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[8], 255);
    TextDrawFont(TDKLAUSMIKAELSON[8], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[8], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[8], 0);

    TDKLAUSMIKAELSON[9] = TextDrawCreate(213.625564, 213.636383, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[9], 8.997835, 9.282500);
    TextDrawAlignment(TDKLAUSMIKAELSON[9], 1);
    TextDrawColor(TDKLAUSMIKAELSON[9], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[9], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[9], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[9], 255);
    TextDrawFont(TDKLAUSMIKAELSON[9], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[9], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[9], 0);

    TDKLAUSMIKAELSON[10] = TextDrawCreate(212.225479, 229.037322, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[10], 8.997835, 9.282500);
    TextDrawAlignment(TDKLAUSMIKAELSON[10], 1);
    TextDrawColor(TDKLAUSMIKAELSON[10], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[10], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[10], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[10], 255);
    TextDrawFont(TDKLAUSMIKAELSON[10], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[10], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[10], 0);

    TDKLAUSMIKAELSON[11] = TextDrawCreate(212.225479, 245.338317, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[11], 8.997835, 9.282500);
    TextDrawAlignment(TDKLAUSMIKAELSON[11], 1);
    TextDrawColor(TDKLAUSMIKAELSON[11], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[11], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[11], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[11], 255);
    TextDrawFont(TDKLAUSMIKAELSON[11], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[11], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[11], 0);

    TDKLAUSMIKAELSON[12] = TextDrawCreate(216.591476, 118.388236, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[12], 14.003054, 8.010834);
    TextDrawAlignment(TDKLAUSMIKAELSON[12], 1);
    TextDrawColor(TDKLAUSMIKAELSON[12], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[12], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[12], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[12], 255);
    TextDrawFont(TDKLAUSMIKAELSON[12], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[12], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[12], 0);

    TDKLAUSMIKAELSON[13] = TextDrawCreate(288.122467, 231.416641, "entrar");
    TextDrawLetterSize(TDKLAUSMIKAELSON[13], 0.199472, 0.736665);
    TextDrawAlignment(TDKLAUSMIKAELSON[13], 3);
    TextDrawColor(TDKLAUSMIKAELSON[13], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[13], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[13], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[13], 255);
    TextDrawFont(TDKLAUSMIKAELSON[13], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[13], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[13], 0);

    TDKLAUSMIKAELSON[14] = TextDrawCreate(302.138519, 246.983337, "atualizacoes");
    TextDrawLetterSize(TDKLAUSMIKAELSON[14], 0.193381, 0.864998);
    TextDrawAlignment(TDKLAUSMIKAELSON[14], 3);
    TextDrawColor(TDKLAUSMIKAELSON[14], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[14], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[14], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[14], 255);
    TextDrawFont(TDKLAUSMIKAELSON[14], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[14], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[14], 0);

    TDKLAUSMIKAELSON[15] = TextDrawCreate(286.791046, 262.699951, "regras");
    TextDrawLetterSize(TDKLAUSMIKAELSON[15], 0.191039, 0.806665);
    TextDrawAlignment(TDKLAUSMIKAELSON[15], 3);
    TextDrawColor(TDKLAUSMIKAELSON[15], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[15], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[15], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[15], 255);
    TextDrawFont(TDKLAUSMIKAELSON[15], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[15], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[15], 0);

    TDKLAUSMIKAELSON[16] = TextDrawCreate(292.466918, 279.266784, "creditos");
    TextDrawLetterSize(TDKLAUSMIKAELSON[16], 0.200878, 0.829998);
    TextDrawAlignment(TDKLAUSMIKAELSON[16], 3);
    TextDrawColor(TDKLAUSMIKAELSON[16], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[16], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[16], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[16], 255);
    TextDrawFont(TDKLAUSMIKAELSON[16], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[16], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[16], 0);

    TDKLAUSMIKAELSON[17] = TextDrawCreate(282.657806, 295.366668, "sair");
    TextDrawLetterSize(TDKLAUSMIKAELSON[17], 0.219457, 0.729998);
    TextDrawAlignment(TDKLAUSMIKAELSON[17], 3);
    TextDrawColor(TDKLAUSMIKAELSON[17], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[17], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[17], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[17], 255);
    TextDrawFont(TDKLAUSMIKAELSON[17], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[17], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[17], 0);

    TDKLAUSMIKAELSON[18] = TextDrawCreate(321.385711, 190.583343, "informacoes da sua conta :");
    TextDrawLetterSize(TDKLAUSMIKAELSON[18], 0.160584, 1.086665);
    TextDrawAlignment(TDKLAUSMIKAELSON[18], 3);
    TextDrawColor(TDKLAUSMIKAELSON[18], -1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[18], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[18], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[18], 255);
    TextDrawFont(TDKLAUSMIKAELSON[18], 2);
    TextDrawSetProportional(TDKLAUSMIKAELSON[18], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[18], 0);

    TDKLAUSMIKAELSON[19] = TextDrawCreate(197.345123, 155.588424, "-");
    TextDrawLetterSize(TDKLAUSMIKAELSON[19], 10.215060, 6.931667);
    TextDrawAlignment(TDKLAUSMIKAELSON[19], 1);
    TextDrawColor(TDKLAUSMIKAELSON[19], 1768515945);
    TextDrawSetShadow(TDKLAUSMIKAELSON[19], 0);
    TextDrawSetOutline(TDKLAUSMIKAELSON[19], 0);
    TextDrawBackgroundColor(TDKLAUSMIKAELSON[19], 255);
    TextDrawFont(TDKLAUSMIKAELSON[19], 1);
    TextDrawSetProportional(TDKLAUSMIKAELSON[19], 1);
    TextDrawSetShadow(TDKLAUSMIKAELSON[19], 0);
    }



    Weslley_Script
    Weslley_Script
    SS - Fundador
    SS - Fundador


    Steam Steam : WeslleySSGames
    Zello : WeslleySSGames
    Mensagens : 11377
    Moedas : 1031957
    Data de inscrição : 06/10/2011
    Idade : 28
    Localização : Brasil

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Re: TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por Weslley_Script Sáb 9 Set 2017 - 21:43

    manda imagem da tela



    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON D07Xwqb
    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Yjab9HN
    BERNARDO8K
    BERNARDO8K
    --> Postador Iniciante
    --> Postador Iniciante


    Celular : 31971343996
    Mensagens : 7
    Moedas : 2409
    Data de inscrição : 28/09/2017
    Idade : 24
    Localização : Vespasiano MG

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Re: TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por BERNARDO8K Sex 29 Set 2017 - 11:25

    Faltou as imagens...



    FUNDADOR

    Brasil Play Slayers

    Mais informações:

    O grupo do servidor: https://join.skype.com/B0zZpUl9irZJ
    Nossa pagina no Facebook: https://www.facebook.com/Brasil-Play-Slayers-120750425297699/
    BoW_WoW
    BoW_WoW
    --> Postador Iniciante
    --> Postador Iniciante


    Celular : +557798415891
    Mensagens : 13
    Moedas : 2912
    Data de inscrição : 23/05/2016
    Idade : 24
    Localização : Las Venturas

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Re: TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por BoW_WoW Qua 13 Dez 2017 - 14:14

    Posta screenshots da tela ae.. 
    Samp Futuro Virtual
    Samp Futuro Virtual
    --> Postador Iniciante
    --> Postador Iniciante


    Steam Steam : IP:54.39.150.1:9999
    Celular : 11985947053
    Mensagens : 15
    Moedas : 2344
    Data de inscrição : 21/12/2017
    Idade : 24

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Legal

    Mensagem por Samp Futuro Virtual Qui 21 Dez 2017 - 23:52

    Legal
    Malbec
    Malbec
    --> Postador Iniciante
    --> Postador Iniciante


    Mensagens : 6
    Moedas : 4167
    Data de inscrição : 03/12/2012

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Re: TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por Malbec Dom 31 Dez 2017 - 1:26

    simples, mas parece bom.
    Stremmer_Scripter#0961
    Stremmer_Scripter#0961
    --> Postador Fanático
    --> Postador Fanático


    Celular : 17981120325
    Mensagens : 681
    Moedas : 2987
    Data de inscrição : 19/10/2019
    Idade : 28

    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Re: TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por Stremmer_Scripter#0961 Dom 2 Jan 2022 - 20:14

    bom em

    Conteúdo patrocinado


    TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON Empty Re: TELA DE LOGIN CLICÁVEL - KLAUS MIKAELSON

    Mensagem por Conteúdo patrocinado


      Data/hora atual: Sex 19 Abr 2024 - 15:10