Jump to content
  • 0

Problema schimbare Odometer, fuel


Aragorn.

Question

4 answers to this question

Recommended Posts

  • 0
Just now, Aragorn. said:

Salut, de multa vreme ma chinui sa schimb un amarat de kilometraj adica gen il am pe asta actual https://imgur.com/a/3qmf323 si eu vreau sa schimb kilometrajul actual in https://imgur.com/a/4pSwQG9 adica sa fie unul aranjat , am dat si copy-paste din alte gm uri .. tot nu merge.. ce trebuie sa fac?

trebuie sa inlocuiesti textdraw-urile si probabil sa pui speed/km/fuel la locul lor in textdraw

Link to comment
Share on other sites

  • 0
1 hour ago, Aragorn. said:

cum le pot inlocuii? daca ai tu textdraw-urile ca se pot gasii in orice gm, mi le poti da aici si eu decat le pun

Fuell[playerid] = CreatePlayerTextDraw(playerid, 523.200256, 362.879974, " ");
    PlayerTextDrawLetterSize(playerid, Fuell[playerid], 0.340399, 1.383466);
    PlayerTextDrawAlignment(playerid, Fuell[playerid], 1);
    PlayerTextDrawColor(playerid, Fuell[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Fuell[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Fuell[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Fuell[playerid], 51);
    PlayerTextDrawFont(playerid, Fuell[playerid], 1);
    PlayerTextDrawSetProportional(playerid, Fuell[playerid], 1);

    Speedd[playerid] = CreatePlayerTextDraw(playerid, 523.199707, 347.946960, " ");
    PlayerTextDrawLetterSize(playerid, Speedd[playerid], 0.295599, 1.562666);
    PlayerTextDrawAlignment(playerid, Speedd[playerid], 1);
    PlayerTextDrawColor(playerid, Speedd[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Speedd[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Speedd[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Speedd[playerid], 51);
    PlayerTextDrawFont(playerid, Speedd[playerid], 1);
    PlayerTextDrawSetProportional(playerid, Speedd[playerid], 1);

    Odom[playerid] = CreatePlayerTextDraw(playerid, 523.200073, 374.826629, " ");
    PlayerTextDrawLetterSize(playerid, Odom[playerid], 0.263599, 1.473066);
    PlayerTextDrawAlignment(playerid, Odom[playerid], 1);
    PlayerTextDrawColor(playerid, Odom[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Odom[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Odom[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Odom[playerid], 51);
    PlayerTextDrawFont(playerid, Odom[playerid], 1);
    PlayerTextDrawSetProportional(playerid, Odom[playerid], 1);

    carlocked[playerid] = CreatePlayerTextDraw(playerid, 524.799926, 388.266754, " ");
    PlayerTextDrawLetterSize(playerid, carlocked[playerid], 0.330000, 1.338666);
    PlayerTextDrawAlignment(playerid, carlocked[playerid], 1);
    PlayerTextDrawColor(playerid, carlocked[playerid], -1);
    PlayerTextDrawSetShadow(playerid, carlocked[playerid], 0);
    PlayerTextDrawSetOutline(playerid, carlocked[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, carlocked[playerid], 51);
    PlayerTextDrawFont(playerid, carlocked[playerid], 1);
    PlayerTextDrawSetProportional(playerid, carlocked[playerid], 1);

Link to comment
Share on other sites

  • 0
15 hours ago, Ionut_WS said:

Fuell[playerid] = CreatePlayerTextDraw(playerid, 523.200256, 362.879974, " ");
    PlayerTextDrawLetterSize(playerid, Fuell[playerid], 0.340399, 1.383466);
    PlayerTextDrawAlignment(playerid, Fuell[playerid], 1);
    PlayerTextDrawColor(playerid, Fuell[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Fuell[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Fuell[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Fuell[playerid], 51);
    PlayerTextDrawFont(playerid, Fuell[playerid], 1);
    PlayerTextDrawSetProportional(playerid, Fuell[playerid], 1);

    Speedd[playerid] = CreatePlayerTextDraw(playerid, 523.199707, 347.946960, " ");
    PlayerTextDrawLetterSize(playerid, Speedd[playerid], 0.295599, 1.562666);
    PlayerTextDrawAlignment(playerid, Speedd[playerid], 1);
    PlayerTextDrawColor(playerid, Speedd[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Speedd[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Speedd[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Speedd[playerid], 51);
    PlayerTextDrawFont(playerid, Speedd[playerid], 1);
    PlayerTextDrawSetProportional(playerid, Speedd[playerid], 1);

    Odom[playerid] = CreatePlayerTextDraw(playerid, 523.200073, 374.826629, " ");
    PlayerTextDrawLetterSize(playerid, Odom[playerid], 0.263599, 1.473066);
    PlayerTextDrawAlignment(playerid, Odom[playerid], 1);
    PlayerTextDrawColor(playerid, Odom[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Odom[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Odom[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Odom[playerid], 51);
    PlayerTextDrawFont(playerid, Odom[playerid], 1);
    PlayerTextDrawSetProportional(playerid, Odom[playerid], 1);

    carlocked[playerid] = CreatePlayerTextDraw(playerid, 524.799926, 388.266754, " ");
    PlayerTextDrawLetterSize(playerid, carlocked[playerid], 0.330000, 1.338666);
    PlayerTextDrawAlignment(playerid, carlocked[playerid], 1);
    PlayerTextDrawColor(playerid, carlocked[playerid], -1);
    PlayerTextDrawSetShadow(playerid, carlocked[playerid], 0);
    PlayerTextDrawSetOutline(playerid, carlocked[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, carlocked[playerid], 51);
    PlayerTextDrawFont(playerid, carlocked[playerid], 1);
    PlayerTextDrawSetProportional(playerid, carlocked[playerid], 1);

ms frumos frate

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
Answer this question...

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