Jump to content

MattyC6

Uživatel
  • Příspěvků

    2
  • Registrován

  • Aktivní

Reputace

0 Na nule
  1. Děkuju moc, vážim si každé odpovědi i když je to easy pro vás.
  2. Servus! Je mi to blbý, ale jsem levej na vše co se týče pwn. Potřeboval bych, kdyby byl někdo tak hodnej tomu věnovat minutku vytvořit textdraw v pwn, mám už tákladní informace, které jsem si udělal přes TDE (TextDraw Editor), chtěl bych to hodit do pwn. Mám to na mp verze 037 Viz. zde // TextDraw developed using Zamaroht's Textdraw Editor 1.0 // On top of script: new Text:Textdraw0; // In OnGameModeInit prefferably, we procced to create our textdraws: Textdraw0 = TextDrawCreate(41.000000, 308.000000, "SanAndreas"); TextDrawBackgroundColor(Textdraw0, 255); TextDrawFont(Textdraw0, 1); TextDrawLetterSize(Textdraw0, 0.500000, 2.599999); TextDrawColor(Textdraw0, -65281); TextDrawSetOutline(Textdraw0, 0); TextDrawSetProportional(Textdraw0, 1); TextDrawSetShadow(Textdraw0, 1); // You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and // TextDrawDestroy functions to show, hide, and destroy the textdraw.
×
×
  • Create New...