GabrielX1 Posted January 16, 2012 Posted January 16, 2012 [pawn]//=========================================================================== SetTimer("SchimbaNumele",6000, true); SetTimer("SchimbaHost",6000, true); SetTimer("TicketDraw", 600000, 1); SetTimer("Info",600000, true); Textdraw987 = TextDrawCreate(502.000000,432.000000,"www.nume.ro"); TextDrawAlignment(Textdraw987,1); TextDrawBackgroundColor(Textdraw987,0x000000ff); TextDrawFont(Textdraw987,3); TextDrawLetterSize(Textdraw987,0.299999,1.000000); TextDrawColor(Textdraw987,0xC4C901FF); TextDrawSetOutline(Textdraw987,1); TextDrawSetProportional(Textdraw987,1); TextDrawSetShadow(Textdraw987,1); ShowPlayerMarkers(1); ReactionTimer = SetTimer("ReactionTest",REACTION_TIME*1000*60,true); new string[MAX_PLAYER_NAME]; new string1[MAX_PLAYER_NAME]; EnableStuntBonusForAll( false ); for(new c=0;c<CAR_AMOUNT;c++) {[/pawn]As dori ca www.nume.ro sa se vada cu un scris dinacela cu din san andreas frumos
Gabb Posted January 16, 2012 Posted January 16, 2012 //=========================================================================== SetTimer("SchimbaNumele",6000, true); SetTimer("SchimbaHost",6000, true); SetTimer("TicketDraw", 600000, 1); SetTimer("Info",600000, true); Textdraw987 = TextDrawCreate(502.000000,432.000000,"www.nume.ro"); TextDrawAlignment(Textdraw987,1); TextDrawBackgroundColor(Textdraw987,0x000000ff); TextDrawFont(Textdraw987,0); TextDrawLetterSize(Textdraw987,0.299999,1.000000); TextDrawColor(Textdraw987,0xC4C901FF); TextDrawSetOutline(Textdraw987,1); TextDrawSetProportional(Textdraw987,1); TextDrawSetShadow(Textdraw987,1); ShowPlayerMarkers(1); ReactionTimer = SetTimer("ReactionTest",REACTION_TIME*1000*60,true); new string[MAX_PLAYER_NAME]; new string1[MAX_PLAYER_NAME]; EnableStuntBonusForAll( false ); for(new c=0;c<CAR_AMOUNT;c++) {Incearca asa ! [...] Let's just remember.
GabrielX1 Posted January 16, 2012 Author Posted January 16, 2012 Merge, dar sa fie mai mare (potrivit),mersi.
IcE. Posted January 16, 2012 Posted January 16, 2012 Modifici de aici.[pawn]TextDrawLetterSize(Textdraw987,0.299999,1.000000);[/pawn]Titlu. Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!
Question
GabrielX1
[pawn]//===========================================================================
SetTimer("SchimbaNumele",6000, true);
SetTimer("SchimbaHost",6000, true);
SetTimer("TicketDraw", 600000, 1);
SetTimer("Info",600000, true);
Textdraw987 = TextDrawCreate(502.000000,432.000000,"www.nume.ro");
TextDrawAlignment(Textdraw987,1);
TextDrawBackgroundColor(Textdraw987,0x000000ff);
TextDrawFont(Textdraw987,3);
TextDrawLetterSize(Textdraw987,0.299999,1.000000);
TextDrawColor(Textdraw987,0xC4C901FF);
TextDrawSetOutline(Textdraw987,1);
TextDrawSetProportional(Textdraw987,1);
TextDrawSetShadow(Textdraw987,1);
ShowPlayerMarkers(1);
ReactionTimer = SetTimer("ReactionTest",REACTION_TIME*1000*60,true);
new string[MAX_PLAYER_NAME];
new string1[MAX_PLAYER_NAME];
EnableStuntBonusForAll( false );
for(new c=0;c<CAR_AMOUNT;c++)
{[/pawn]
As dori ca www.nume.ro sa se vada cu un scris dinacela cu din san andreas frumos
3 answers to this question
Recommended Posts