Jump to content
  • 0

Cum schimb coordonatele din gps


I O B I T

Question

6 answers to this question

Recommended Posts

  • 0

Atunci cand dai selectez gps si iti seteaza checkpointul(banuiesc ca este pe dialog)

cauta dialogul de la comanda /gps si apoi in dialog cauta mesajul care il primesti gen "GPS setat pentru dealership"

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

  • 0

nu imi apare asa @Mister,  uite toata comanda  /gps.

CMD:gps(playerid, params[])
{
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
    return cmd_locations(playerid, params);    

 

CMD:locations(playerid, params[])
{
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
    if(IsPlayerConnected(playerid))
    {
        if(CP[playerid] < 1 && MechanicCallTime[playerid] < 1 && GotoMats[playerid] < 1)
        {
            ShowPlayerDialog(playerid, DIALOG_LOCATIONS, DIALOG_STYLE_LIST, "{B98300}Chronos RPG {FFFFFF}Server Locations", "Driving School(DMV)\nLos Santos\nLas Venturas\nFaction HQS\nVehicle Mod Shops\nPaintball\nDealership", "Select", "Close");
        }
        else
        {
            ShowPlayerDialog(playerid, DIALOG_JOBULETES, DIALOG_STYLE_MSGBOX, "{B98300}Chronos RPG {FFFFFF}Anulare Checkpoint", "{B98300}(#) {FFFFFF}Esti sigur ca vrei sa anulezi checkpoint-ul curent?", "Da", "Nu");
        }
    }
    return 1;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.