30.10.2016, 16:27
Quero mudar a imagem da minha tela de login ( ela estб se movendo) Eu quero botar uma imagem que eu fiz
Quote:
//Tela de carregamento new Text:Intro1; new Text:Intro2; new Text:Intro3; new Text:Intro4; new Text:Intro5; new Text:Intro6; new Text:Intro7; new Text:Intro8; new Text:Intro9; new Text:Intro10; new Text:Intro11; new Text:Intro12; new Text:Intro13; new Text:Intro14; //Tela de Login new Text:MarcosDraw0; new Text:MarcosDraw1; new Text:MarcosDraw2; new Text:MarcosDraw3; new Text:MarcosDraw4; new Text:MarcosDraw5; new Text:MarcosDraw6; new Text:MarcosDraw7; new Text:MarcosDraw8; new Text:MarcosDraw9; new Text:MarcosDraw10; new Text:MarcosDraw11; new Text:MarcosDraw12; new Text:TextoEntrar; new Text:TextoCadastrar; new Text:TextoInfomacoes; new Text:TextoRegras; new Text:TextoSair; |
Quote:
public OnPlayerConnect(playerid) { ClearChatbox(playerid, 100); TextDrawShowForPlayer(playerid, Intro1); TextDrawShowForPlayer(playerid, Intro2); TextDrawShowForPlayer(playerid, Intro3); TextDrawShowForPlayer(playerid, Intro4); TextDrawShowForPlayer(playerid, Intro5); TextDrawShowForPlayer(playerid, Intro6); TextDrawShowForPlayer(playerid, Intro7); TextDrawShowForPlayer(playerid, Intro; TextDrawShowForPlayer(playerid, Intro9); TextDrawShowForPlayer(playerid, Intro10); TextDrawShowForPlayer(playerid, Intro11); TextDrawShowForPlayer(playerid, Intro12); TextDrawShowForPlayer(playerid, Intro13); TextDrawShowForPlayer(playerid, Intro14); //////////// |