Jump to content
  • 0

Cum schimb coordonatele din gps


Question

6 answers to this question

Recommended Posts

  • 0
Posted

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

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;
}

  • 0
Posted

Da-i o cautare la DIALOG_LOCATIONS in callback-ul OnDialogResponse si acolo trebuie sa ai ceva legat de checkpoint, daca nu te descurci lasa aici codul.

  • Thanks 1
  • 0
Posted

@Mister Multumesc foarte mult pentru ajutorul oferit Mister, mai ajutat in diferite probleme de script de cand  cer ajutorul pe acest forum. 

#respect  +1

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.