[Ajuda] Fundo aleatorio
#1

Alguem sabe me informar como faзo para trocar o fundo do samp aleatoriamente, vou explicar melhor:
Fiz uma telinha de Loading usando textdraw para quando o player morrer ou entrar no servidor.
O que eu queria saber й como eu faзo para deixar aleatorio o fundo desta tela, sabendo que sгo 14 telas diferentes (loadsc0 -> loadsc14), pra quem nгo conhece й akeles wallpapers de fundo que ficam trocando toda vez que da play no gta.
Tentei usar random, mais nгo consegui do jeito que o wiki mostra.

Код:
CARREGANDO1 = TextDrawCreate(175.600082, 391.599853, "CARREGANDO...");
	TextDrawLetterSize(CARREGANDO1, 1.249599, 4.355198);
	TextDrawAlignment(CARREGANDO1, 2);
	TextDrawColor(CARREGANDO1, -1);
	TextDrawSetShadow(CARREGANDO1, 0);
	TextDrawSetOutline(CARREGANDO1, 2);
	TextDrawBackgroundColor(CARREGANDO1, 255);
	TextDrawFont(CARREGANDO1, 3);
	TextDrawSetProportional(CARREGANDO1, 1);
	TextDrawSetShadow(CARREGANDO1, 0);
	
	CARREGANDO2 = TextDrawCreate(1.000000, -1.000000, "loadsc5:loadsc5");
    TextDrawBackgroundColor(CARREGANDO2, 255);
    TextDrawFont(CARREGANDO2, 4);
    TextDrawLetterSize(CARREGANDO2, 0.500000, 1.000000);
    TextDrawColor(CARREGANDO2, -1);
    TextDrawSetOutline(CARREGANDO2, 0);
    TextDrawSetProportional(CARREGANDO2, 1);
    TextDrawSetShadow(CARREGANDO2, 1);
    TextDrawUseBox(CARREGANDO2, 1);
    TextDrawBoxColor(CARREGANDO2, 255);
    TextDrawTextSize(CARREGANDO2, 645.000000, 450.000000);
Reply


Messages In This Thread
Fundo aleatorio - by MtPlayerZ - 13.09.2018, 20:48
Re: Fundo aleatorio - by humildadeforever - 13.09.2018, 21:15
Re: Fundo aleatorio - by AutoMatic2 - 13.09.2018, 21:18
Re: Fundo aleatorio - by MtPlayerZ - 13.09.2018, 21:19
Re: Fundo aleatorio - by ChapN - 13.09.2018, 21:26
Re: Fundo aleatorio - by MtPlayerZ - 13.09.2018, 21:32
Re: Fundo aleatorio - by ChapN - 13.09.2018, 21:34
Re: Fundo aleatorio - by humildadeforever - 13.09.2018, 21:47
Re: Fundo aleatorio - by MtPlayerZ - 13.09.2018, 22:02
Re: Fundo aleatorio - by humildadeforever - 13.09.2018, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)