[Ajuda] Public onplayerconnect
#1

Gostaria de saber como colocar essa tarja preta ao connect. ja usei o zamaroth mas n consegui alguem por favor me ajuda.




Se algume puder me passar ja com as cordenadas , por favor estarei mt grato e ainda leva meu +REP
Reply
#2

affs ngm ?
Reply
#3

Tenta ae mano
pawn Код:
new Text:Telinha;//Topo do seu GM

public OnGameModInit()
{
Telinha = TextDrawCreate(-30.000000, -5.000000, "TelaPreta");
TextDrawBackgroundColor(Telinha, 255);
TextDrawFont(Telinha, 1);
TextDrawLetterSize(Telinha, 0.700000, 53.099998);
TextDrawColor(Telinha, -1);
TextDrawSetOutline(Telinha, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Telinha, 1);
TextDrawUseBox(Telinha, 1);
TextDrawBoxColor(Telinha, 255);
TextDrawTextSize(Telinha, 650.000000, 30.000000);
return 1;
}
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,Telinha);
return 1;
}

public OnPlayerSpawn(playerid)
{
TextDrawHideForPlayer(playerid,Telinha);
return 1;
}
Espero ter ajudado
Reply
#4

pawn Код:
//OnGameModeInit
new Text:VBText[2];
for(new i; i < 2; i++)
{
    VBText[i] = TextDrawCreate(650.000000, i*355, "_");
    TextDrawBackgroundColor(VBText[i], 255);
    TextDrawFont(VBText[i], 1);
    TextDrawLetterSize(VBText[i], 0.500000, 10.000000);
    TextDrawColor(VBText[i], -1);
    TextDrawSetOutline(VBText[i], 0);
    TextDrawSetProportional(VBText[i], 1);
    TextDrawSetShadow(VBText[i], 1);
    TextDrawUseBox(VBText[i], 1);
    TextDrawBoxColor(VBText[i], 255);
    TextDrawTextSize(VBText[i], 0.000000, 0.000000);
}
//OnPlayerConnect
TextDrawShowForPlayer(playerid,VBText[0]);
TextDrawShowForPlayer(playerid,VBText[1]);

//Depois de confirmar a senha
TextDrawHideForPlayer(playerid,VBText[0]);
TextDrawHideForPlayer(playerid,VBText[1]);
Reply
#5

jefe10

Essa sua ai deixa a atela toda preta, e nao somente as faixas.
Reply
#6

man, nao deu certo fica preto a tela toda D:
Reply
#7

A do ViniBorn funcionou, mais no falta chegar ela mais pro lado esquerdo, pois tem uma parte do jogo aparecendo
Reply
#8

o do vini funfou, mas fica aparecendo uma parte do jogo do lado esquerdo
Reply
#9

Troca 643 por 650, ou um valor maior, ate que funcione
Reply
#10

ja tentei num ta dando, D:

@Edit consegui:

Troquei:

PHP код:
TextDrawTextSize(VBText[i], 3.0000000.000000); 
por

PHP код:
TextDrawTextSize(VBText[i], -3.0000000.000000); 
rep a Vini
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)