[AJUDA]Imagem ao entrar no server
#1

Gostaria de saber como eu coloco uma imagem ao entrar no server,tipo GTA OFFLINE,quando estб carregando...tenho sistema de login,e gostaria de adicionar essa imagem no fundo...como eu faзo isso? Vi na net algo sobre esse assunto sу que nгo ajudou...
Reply
#2

Sim

Pedido De Outra Pessoal Igual + Soluзгo: https://sampforum.blast.hk/showthread.php?tid=318137

Soluзгo: https://sampforum.blast.hk/showthread.php?tid=290640



I'm Help You? Please, + Rep-me Ok ? .
Reply
#3

Eu jб tinha visualizado este tуpico mas nгo entendi muito bem...
Reply
#4

Resumindo :

Dentro da pasta models do GTA, tem arquivos txd, vocк pode utilizar esses arquivos como TextDraw.
Reply
#5

Obrigado pela dica Viniborn :] Vou tentar aqui..
Reply
#6

Sabe me dizer como eu diminuo a imagem? para ela caber totalmente dentro da tela? Aqui ela tб bem apliada :\
Reply
#7

Se nгo me engano, й sу diminuir o TextDrawTextSize.


Pra facilitar, tem esse editor... > https://sampforum.blast.hk/showthread.php?tid=290640
Reply
#8

Bom,eu resolvi pegar esse code
pawn Code:
new Text:Textdraw0; // No topo do GM
//----------------------------------------------------------------------//
//Em OnPlayerConnect \/
//---------------------------------------------------------------------//
Textdraw0 = TextDrawCreate(0.000000, 1.000000, "loadsc3:loadsc3");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 4);
TextDrawLetterSize(Textdraw0, 0.759999, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, 639.000000, 448.000000);
//---------------------------------------------------------------------//
// Em OnPlayerRequestClass(playerid, classid) \/
//---------------------------------------------------------------------//
TextDrawHideForPlayer(playerid, Textdraw0);
Que o Alisson postou no outro tуpico,e sу alterei a imagem,mas fiz tudo que ele falou e nгo funcionou... :\ nгo aparece nada ao entrar no server..
Reply
#9

Coloca a criaзгo no OnGameModeInit

Em OnPlayerConnect vocк coloca

TextDrawShowForPlayer(playerid, Textdraw0);
Reply
#10

Nгo deu :\
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)