Jump to content

Recommended Posts

Posted

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?

Posted
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

Posted

hmmm da mersi de raspuns poti sa ma ajuti tu ca nu stiu sa lucrez cu textdraw...

Chiar acum, _Valy_ a spus:

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

 

Posted
Chiar acum, xJhonny a spus:

hmmm da mersi de raspuns poti sa ma ajuti tu ca nu stiu sa lucrez cu textdraw...

 

Bun iti dau eu textdraw-ul acum

Posted (edited)

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_
Posted
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

 

Posted

Nu ai pentru pentru ce, daca mai ai ceva probleme si mai postezi te ajut cu mare drag.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.