Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Problema comanda /jobs


Question

Posted

Am o problema cu comanda /jobs, nu merge sa adaug un job nou...

ASA ARATA COMANDA JOBS


CMD:jobs(playerid, params[])
{
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_ERROR, "Nu esti logat.");
    if(CP[playerid] < 1 && IsCollectingRubbish[playerid] < 1 && !IsATruck(GetPlayerVehicleID(playerid)) && MechanicCallTime[playerid] < 1 && CheckBus[playerid] < 1 && GotoMats[playerid] < 1 && CarJacker[playerid] < 1 && JCurier[playerid][0] < 1)
    {
            ShowPlayerDialog(playerid, DIALOG_JOBS, DIALOG_STYLE_TABLIST_HEADERS,"Jobs:", "Job\tOras\n\
        Detective\tLos Santos\nDrugs Dealer\tLos Santos\nPizza Boy\tLos Santos\nBus Driver\tLos Santos\nMechanic\tLos Santos\nArms Dealer\tLos Santos\nGarbage\tLas Venturas\nFisherman\tLos Santos\nTrucker\tLos Santos\nFarmer\tLos Santos\nCar Jacker\tLas Venturas\nPocket Thief\tLos Santos\n\
        Curier\tLos Santos\nTransportator de Ciment\tLas Venturas\nMuncitor in Cariera\tLos Santos","Select", "Close");
        return 1;
    }
    else
    {
        ShowPlayerDialog(playerid, DIALOG_JOBULETES, DIALOG_STYLE_MSGBOX, "Anulare Checkpoint", "Esti sigur ca vrei sa anulezi checkpoint-ul curent?", "Da", "Nu");
    }
    return 1;
}



LA SFARSIT MAI ADAUG SI JOB-UL CONSTRUCTOR SI ORASUL LOS SANTOS

APOI MERG LA DIALOG_JOBS SI ARATA ASA:

    if(dialogid == DIALOG_JOBS)
    {
        if(response)
        {
            if(listitem == 0)
            {
                SetPlayerCheckpoint(playerid,1474.2523,-1771.2463,18.7958,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 1)
            {
                SetPlayerCheckpoint(playerid,2165.3982,-1674.2762,15.0813,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 2)
            {
                SetPlayerCheckpoint(playerid,2122.9814,-1789.0095,13.5547,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 3)
            {
                SetPlayerCheckpoint(playerid,1448.7821,-2286.4836,13.5469,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 4)
            {
                SetPlayerCheckpoint(playerid,1597.0013,-2172.9392,13.5547,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 5)
            {
                SetPlayerCheckpoint(playerid,1365.8931,-1289.0779,13.5469,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 6)
            {
                SetPlayerCheckpoint(playerid,2503.0581,2778.7229,10.8203,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 7)
            {
                SetPlayerCheckpoint(playerid,840.9308,-2066.2319,12.8672,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == ?
            {
                SetPlayerCheckpoint(playerid,-77.5034,-1136.4935,1.0781,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 9)
            {
                SetPlayerCheckpoint(playerid,-382.8333,-1426.0831,26.2830,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 10)
            {
                SetPlayerCheckpoint(playerid,2850.9663,891.8728,10.7500,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 11)
            {
                SetPlayerCheckpoint(playerid,1973.3063,-1304.7975,20.8316,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 12)
            {
                SetPlayerCheckpoint(playerid,1154.3644,-1181.1787,32.8187,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 13)
            {
                SetPlayerCheckpoint(playerid,816.6126,857.0764,12.7891,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
            if(listitem == 14)
            {
                SetPlayerCheckpoint(playerid,1972.4215,-1358.8444,14.1548,4.0);
                CP[playerid] = 43;
                SCM(playerid,COLOR_SERVER,"Ti-am setat un checkpoint pe harta. Te rugam sa-l urmezi!.");
            }
        }
        return 1;
    }

SI MAI ADAUG LISTITEM 15 CU COORDONATELE NOULUI JOB DAR PRIMESC 6 ERORI 

4 answers to this question

Recommended Posts

  • 0
Posted
La 17.11.2018 la 18:18, StrypS a spus:

<>

Probabil ai uitat sa maresti limita maximă de job-uri

Ex: maxjobs[16]

  • 0
Posted
1 hour ago, Depressive_ said:

Probabil ai uitat sa maresti limita maximă de job-uri

Ex: maxjobs[16]

este un dialog :)) ce maxjobs visezi?

  • 0
Posted

foloseste strcat in loc sa inghesuii tot in acel dialog, e mai bine, posibil sa fi depasit limita de scriere in dialog

Citat

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.