Jump to content
  • 0

Problema schimbare Odometer, fuel


Question

4 answers to this question

Recommended Posts

  • 0
Posted
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

  • 0
Posted
3 minutes ago, Ionut_WS said:

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

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

  • 0
Posted
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);

  • 0
Posted
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

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.