Jump to content
  • 0

pomoc Pls Help Me


Pampeliska

Dotaz

10 odpovědí na tuto otázku

Recommended Posts

  • 0

LTimer = SetTimer("Nupdate", 5000, 1);

Lista = TextDrawCreate(321.000000,435.000000,"text0");

TextDrawUseBox(Lista,1);

TextDrawBoxColor(Lista,0x00000099);

TextDrawTextSize(Lista,0.000000,631.000000);

TextDrawAlignment(Lista,2);

TextDrawBackgroundColor(Lista,0x000000ff);

TextDrawFont(Lista,3);

TextDrawLetterSize(Lista,0.399999,1.100000);

TextDrawColor(Lista,0xffffffff);

TextDrawSetOutline(Lista,1);

TextDrawSetProportional(Lista,1);

TextDrawSetShadow(Lista,1);

 

return 1;

}

 

public Nupdate ()

{

static Number = 0;

TextDrawSetString(Lista, news[Number++]);

TextDrawShowForAll(Lista);

if(Number == sizeof(news)) Number = 0;

return 1;

}

 

Ma to byt klasicka reklama dolu na lište...

Link to comment
Share on other sites

  • 0
Važne? :d bez teba to neviem :d je to defnovane ma to vlasne ten časový interval tam dat no nwm

 

 

new Text:Lista;

new LTimer;

new news[][] =

{

"REKLAMA"

};

 

Napawnoval som Cez 15tisic riadkov mam tam 1 chybu a nwm nato prist.... čo tu trepeš o navačikoch? :d

Jo? Hlavně že toto je zkopírovaný že?

Link to comment
Share on other sites

  • 0

dakujem mam to :d

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

a to new znamena ze si hnup a nevieš radit :) tak ako definuješ dane farby z newuj si svoj mozog :d nwm prečo by som nemohol kopirovat :) doviii :) a dik za rady už to mam :d

Link to comment
Share on other sites

  • 0

Ano, kopírovat můžeš, ale musíš zanechat autora, což ty neděláš. S tímto přístupem moc nepočítej s tím, že ti to někdo v budoucnu bude pomáhat.

 

PS: Počítej s VARem za porušení pravidel.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...