[HELP] Login
#1

Hi, i want to get ride of images that appear when i connect code :
#if defined IntroTextUser
stock LoadPlayerIntroText(playerid)
{
TEXTRAND[playerid] = random(sizeof IMAGESTEXT);
Intro[playerid][0] = CreatePlayerTextDraw(playerid, IMAGESTEXT[TEXTRAND[playerid]][textX], IMAGESTEXT[TEXTRAND[playerid]][textY], IMAGESTEXT[TEXTRAND[playerid]][loadimage]);
PlayerTextDrawBackgroundColor(playerid, Intro[playerid][0], 255);
PlayerTextDrawFont(playerid, Intro[playerid][0], 4);
PlayerTextDrawLetterSize(playerid, Intro[playerid][0], 0.500000, 1.000000);
PlayerTextDrawColor(playerid, Intro[playerid][0], -1);
PlayerTextDrawSetOutline(playerid, Intro[playerid][0], 0);
PlayerTextDrawSetProportional(playerid, Intro[playerid][0], 1);
PlayerTextDrawSetShadow(playerid, Intro[playerid][0], 1);
PlayerTextDrawUseBox(playerid, Intro[playerid][0], 1);
PlayerTextDrawBoxColor(playerid, Intro[playerid][0], 255);
PlayerTextDrawTextSize(playerid, Intro[playerid][0], 645.000000, 450.000000);

Intro[playerid][1] = CreatePlayerTextDraw(playerid, 170.000000, 190.000000, "Aguarde....");
PlayerTextDrawFont(playerid, Intro[playerid][1], 2);
PlayerTextDrawLetterSize(playerid, Intro[playerid][1], 0.570000, 1.799999);

Intro[playerid][2] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, ".");
PlayerTextDrawFont(playerid, Intro[playerid][2], 2);
PlayerTextDrawColor(playerid, Intro[playerid][2], 0xFFFFFF22);
PlayerTextDrawLetterSize(playerid, Intro[playerid][2], 0.570000, 1.799999);

Intro[playerid][3] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, "..");
PlayerTextDrawFont(playerid, Intro[playerid][3], 2);
PlayerTextDrawColor(playerid, Intro[playerid][3], 0xFFFFFF44);
PlayerTextDrawLetterSize(playerid, Intro[playerid][3], 0.570000, 1.799999);

Intro[playerid][4] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, "...");
PlayerTextDrawFont(playerid, Intro[playerid][4], 2);
PlayerTextDrawColor(playerid, Intro[playerid][4], 0xFFFFFF66);
PlayerTextDrawLetterSize(playerid, Intro[playerid][4], 0.570000, 1.799999);

Intro[playerid][5] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, "....");
PlayerTextDrawFont(playerid, Intro[playerid][5], 2);
PlayerTextDrawColor(playerid, Intro[playerid][5], 0xFFFFFF8;
PlayerTextDrawLetterSize(playerid, Intro[playerid][5], 0.570000, 1.799999);

Intro[playerid][6] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, ".....");
PlayerTextDrawFont(playerid, Intro[playerid][6], 2);
PlayerTextDrawColor(playerid, Intro[playerid][6], 0xFFFFFFAA);
PlayerTextDrawLetterSize(playerid, Intro[playerid][6], 0.570000, 1.799999);

Intro[playerid][7] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, "......");
PlayerTextDrawFont(playerid, Intro[playerid][7], 2);
PlayerTextDrawColor(playerid, Intro[playerid][7], 0xFFFFFFCC);
PlayerTextDrawLetterSize(playerid, Intro[playerid][7], 0.570000, 1.799999);

Intro[playerid][8] = CreatePlayerTextDraw(playerid, 300.000000, 190.000000, ".......");
PlayerTextDrawFont(playerid, Intro[playerid][8], 2);
PlayerTextDrawColor(playerid, Intro[playerid][8], 0xFFFFFFFF);
PlayerTextDrawLetterSize(playerid, Intro[playerid][8], 0.570000, 1.799999);

Intro[playerid][9] = CreatePlayerTextDraw(playerid, 190.0, 202.0, ".");
PlayerTextDrawFont(playerid, Intro[playerid][9], 1);
PlayerTextDrawLetterSize(playerid, Intro[playerid][9], 23.250051, 1.099999);

Intro[playerid][10] = CreatePlayerTextDraw(playerid, 300.00, 223.0, "~r~Unyk Life City [ULF]");
PlayerTextDrawFont(playerid, Intro[playerid][10], 2);
PlayerTextDrawLetterSize(playerid, Intro[playerid][10], 0.340000, 1.099999);

Intro[playerid][11] = CreatePlayerTextDraw(playerid, 330.0, 235.0, "~g~Bem vindo / Divirta-se");
PlayerTextDrawFont(playerid, Intro[playerid][11], 2);
PlayerTextDrawLetterSize(playerid, Intro[playerid][11], 0.340000, 1.099999);
return 0;
}
#endif

i want to have an instant login instead of waiting
I uploaded a picture of what i want to get ride of , instead of entering the server and wait to get the images to the login menu , i want an instant login

PS: i already tried in Portuguese Area but no one had the ideas to help me i would feel very thankful if someone helped me , Sorry for my english
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)