Jump to content

Asi dori ca in loc de $ sa fac sa apara LEI


xJhonny

Recommended Posts

Acum 1 minut, xJhonny a spus:

Salut iti multumesc ca imi acorzi putin timp asi dori ca pe serverul meu ca semnul "$" de la bani sa il sterg si sa arate Lei sau Euro.. 

O idee va rog?

folosesti text-draw si unde este dolarul pui textdraw-ul asa este cel mai simplu

Link to comment
Share on other sites

Ai o functie in gamemode LoadTextdraws(); acolo pui urmatorul :

     LeiTD = TextDrawCreate(507.000000, 76.000000, "LEI");
    TextDrawBackgroundColor(LeiTD, 255);
    TextDrawFont(LeiTD, 1);
    TextDrawLetterSize(LeiTD, 0.349999, 2.299998);
    TextDrawColor(LeiTD, -1);
    TextDrawSetOutline(LeiTD, 0);
    TextDrawSetProportional(LeiTD, 1);
    TextDrawSetShadow(LeiTD, 1);

si mai pui unde sunt variabilele new LeiTD; si la public onplayer connect pui

 

TextDrawShowForPlayer(playerid, LeiTD);

si la onplayerdisconnect 

TextDrawHideForPlayer(playerid, LeiTD);

Edited by _Valy_
Link to comment
Share on other sites

Acum 10 minute, _Valy_ a spus:

Ai o functie in gamemode LoadTextdraws(); acolo pui urmatorul :

     LeiTD = TextDrawCreate(507.000000, 76.000000, "LEI");
    TextDrawBackgroundColor(LeiTD, 255);
    TextDrawFont(LeiTD, 1);
    TextDrawLetterSize(LeiTD, 0.349999, 2.299998);
    TextDrawColor(LeiTD, -1);
    TextDrawSetOutline(LeiTD, 0);
    TextDrawSetProportional(LeiTD, 1);
    TextDrawSetShadow(LeiTD, 1);

si mai pui unde sunt variabilele new LeiTD; si la public onplayer connect pui

 

TextDrawShowForPlayer(playerid, LeiTD);

si la onplayerdisconnect 

TextDrawHideForPlayer(playerid, LeiTD);

Multumesc mult man

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.