Jump to content

zag

Membru
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by zag

  1. Salut, am in script locatiile pe gps asa

    else if(listitem == 19)

            {

                Gps[playerid] = 1;

                TelePosGps[playerid][tX] = 1432.1233;

    TelePosGps[playerid][tY] = 1396.5969;

    SetPlayerRouting(playerid, 1432.1233,1396.5969);

                TextDrawShowForPlayer(playerid, Textdraw53[playerid]);

                SendClientMessage(playerid, COLOR_GREY,"* Now Tracking Las Venturas Airport Exportation Point");

    }

    else if(listitem == 20)

            {

                Gps[playerid] = 1;

                TelePosGps[playerid][tX] = 2137.6948;

    TelePosGps[playerid][tY] = -2282.4058;

                SetPlayerRouting(playerid, 2137.6948,-2282.4058);

                TextDrawShowForPlayer(playerid, Textdraw53[playerid]);

                SendClientMessage(playerid, COLOR_GREY,"* Now Tracking the Arms Dealers Job Point.");

    }

    Cum fac sa adaug o noua locatie, bine mai adaug un else if, ma refere cum iau acele coordonate ? cum le aflu ?

    Multumesc pentru ajutor !

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