Jump to content
  • 0

Text Draw


MMC3

Question

4 answers to this question

Recommended Posts

ai scris la OnPlayerSpawn:

TextDrawShowForPlayer(playerid,...); dupa playerid,

pui cum se numeste textdrawul apoi dai f5 :Ex SSSSSS

TextDrawShowForPlayer(playerid,SSSSSS);

in cazu in care este fs

intri in server.cfg si adaugi acolo numele fs-ului din care este td-ul ...

Link to comment
Share on other sites

[pawn]    textdraw99 = TextDrawCreate(3.000000, 402.000000, "R.U.S");

TextDrawBackgroundColor(textdraw99, 255);

TextDrawFont(textdraw99, 1);

TextDrawLetterSize(textdraw99, 0.500000, 1.000000);

TextDrawColor(textdraw99, 65535);

TextDrawSetOutline(textdraw99, 0);

TextDrawSetProportional(textdraw99, 1);

TextDrawSetShadow(textdraw99, 1);[/pawn]

cam asa arata un TD de la mn

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.