[Pomoc] Intro timeri

Započeo Patrick, Februar 10, 2012, 10:56:33 PRE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Patrick

Skripta koju koristim: FG edit
Detaljan opis problema: Znai imam intro s texdrawima ali htio bi napravit da se intro pokazuje kad se igrac conecta na server i dak traje npr. 10sec. i da ona nestane i da se moze logirat znaci ovo je tekdraw definiran je
CitatIntroTD2[0] = TextDrawCreate(1.000000,1.000000,"_"); TextDrawUseBox(IntroTD2[0],1); TextDrawBoxColor(IntroTD2[0],0x000000ff); TextDrawTextSize(IntroTD2[0],177.000000,0.000000); TextDrawBackgroundColor(IntroTD2[0],0x000000ff); TextDrawAlignment(IntroTD2[0],0); TextDrawFont(IntroTD2[0],3); TextDrawLetterSize(IntroTD2[0],1.899999,53.499977); TextDrawColor(IntroTD2[0],0xffffffff); TextDrawSetOutline(IntroTD2[0],1); TextDrawSetProportional(IntroTD2[0],1); TextDrawSetShadow(IntroTD2[0],1);
   IntroTD2[1] = TextDrawCreate(2.000000,348.000000,"_"); TextDrawUseBox(IntroTD2[1],1);TextDrawBoxColor(IntroTD2[1],0x000000ff);TextDrawTextSize(IntroTD2[1],661.000000,0.000000); TextDrawAlignment(IntroTD2[1],0); TextDrawFont(IntroTD2[1],3); TextDrawLetterSize(IntroTD2[1],1.000000,31.400009); TextDrawColor(IntroTD2[1],0xffffffff); TextDrawSetOutline(IntroTD2[1],1); TextDrawSetProportional(IntroTD2[1],1); TextDrawSetShadow(IntroTD2[1],1);
   IntroTD2[2] = TextDrawCreate(1.000000,1.000000,"_"); TextDrawUseBox(IntroTD2[2],1);TextDrawBoxColor(IntroTD2[2],0x000000ff);TextDrawTextSize(IntroTD2[2],682.000000,0.000000); TextDrawAlignment(IntroTD2[2],0); TextDrawFont(IntroTD2[2],3); TextDrawLetterSize(IntroTD2[2],1.000000,6.999999); TextDrawColor(IntroTD2[2],0xffffffff); TextDrawSetOutline(IntroTD2[2],1); TextDrawSetProportional(IntroTD2[2],1); TextDrawSetShadow(IntroTD2[2],1);
   IntroTD2[3] = TextDrawCreate(418.000000,59.000000,"_"); TextDrawUseBox(IntroTD2[3],1);TextDrawBoxColor(IntroTD2[3],0x000000ff);TextDrawTextSize(IntroTD2[3],640.000000,0.000000); TextDrawAlignment(IntroTD2[3],0); TextDrawFont(IntroTD2[3],3); TextDrawLetterSize(IntroTD2[3],5.000000,20.900003); TextDrawColor(IntroTD2[3],0xffffffff); TextDrawSetOutline(IntroTD2[3],1); TextDrawSetProportional(IntroTD2[3],1); TextDrawSetShadow(IntroTD2[3],1);
   IntroTD2[4] = TextDrawCreate(498.000000,208.000000,"_"); TextDrawUseBox(IntroTD2[4],1);TextDrawBoxColor(IntroTD2[4],0x000000ff);TextDrawTextSize(IntroTD2[4],669.000000,0.000000); TextDrawAlignment(IntroTD2[4],0); TextDrawFont(IntroTD2[4],3); TextDrawLetterSize(IntroTD2[4],1.000000,18.900003); TextDrawColor(IntroTD2[4],0xffffffff); TextDrawSetOutline(IntroTD2[4],1); TextDrawSetProportional(IntroTD2[4],1); TextDrawSetShadow(IntroTD2[4],1);
   IntroTD2[5] = TextDrawCreate(90.000000,254.000000,"_"); TextDrawUseBox(IntroTD2[5],1);TextDrawBoxColor(IntroTD2[5],0x000000ff);TextDrawTextSize(IntroTD2[5],281.000000,0.000000); TextDrawAlignment(IntroTD2[5],0); TextDrawFont(IntroTD2[5],3); TextDrawLetterSize(IntroTD2[5],1.000000,12.000000); TextDrawColor(IntroTD2[5],0xffffffff); TextDrawSetOutline(IntroTD1[5],1); TextDrawSetProportional(IntroTD2[5],1); TextDrawSetShadow(IntroTD2[5],1);
   IntroTD2[6] = TextDrawCreate(288.000000,58.000000,"_"); TextDrawUseBox(IntroTD2[6],1);TextDrawBoxColor(IntroTD2[6],0x000000ff);TextDrawTextSize(IntroTD2[6],278.000000,-10.000000); TextDrawAlignment(IntroTD2[6],0); TextDrawFont(IntroTD2[6],3); TextDrawLetterSize(IntroTD2[6],-0.200000,43.199954); TextDrawColor(IntroTD2[6],0xffffffff); TextDrawSetOutline(IntroTD2[6],1); TextDrawSetProportional(IntroTD2[6],1); TextDrawSetShadow(IntroTD2[6],1);
   IntroTD2[7] = TextDrawCreate(168.000000,249.000000,"_"); TextDrawUseBox(IntroTD2[7],1);TextDrawBoxColor(IntroTD2[7],0x000000ff);TextDrawTextSize(IntroTD2[7],540.000000,0.000000); TextDrawAlignment(IntroTD2[7],0); TextDrawFont(IntroTD2[7],3); TextDrawLetterSize(IntroTD2[7],0.399999,-0.100000); TextDrawColor(IntroTD2[7],0xffffffff); TextDrawSetOutline(IntroTD2[7],1); TextDrawSetProportional(IntroTD2[7],1); TextDrawSetShadow(IntroTD2[7],1);



Citatnew Text:IntroTD2[8];

i sad bi trebalo da se timer stavi koji pokazuje textdraw

Dio skripte: -
Neke slike/video za lakse dobivanje pomoci(neobavezno): -