Jump to content
  • 0

Problema TextDrawEditor


Guest MaXspeeD

Question

Guest MaXspeeD

  Cum folosesc TextDrawEditor?  ???

  Am intrebat pe cineva cum pun un text pe server (ex: cum scrie pe elte servere "Romanian RPG" sau alte chestii) , si mi-a dat TextDrawEditor, l-am pus in filterscripts, am modificat in server.cfg, dar nu stiu cum sa-l folosesc.

Astept raspuns.  :(

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Guest Mariachi

Intra in joc dai /rcon login , dupa scrie /rcon loadfs numelefs-ului . Si dupa dai /text -> iti va aparea un meniu . S-ar putea sa iei un crash prima oara , revino si mai incearca o data .

Dupa ce ti-ai facut tot textul , dai save si dute in scriptfiles TextDraw.txt . Adaugi sus de tot

new Text:Textdraw;
pe urma sub OnGameModeInit adaugi asta :
Textdraw = TextDrawCreate(411.000000,420.000000,"Nume Server")
TextDrawAlignment(Textdraw,0)
TextDrawBackgroundColor(Textdraw,0x00000066)
TextDrawFont(Textdraw,0)
TextDrawLetterSize(Textdraw,1.000000,2.000000)
TextDrawColor(Textdraw,0xffffffff)
TextDrawSetOutline(Textdraw,1)
TextDrawSetProportional(Textdraw,1)

Sper sa iti fie de folos .

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.