Jump to content
  • 0

Problema quests


StefanAdv

Question

7 answers to this question

Recommended Posts

  • 0
4 minutes ago, Stefan said:

function FinalQuest2(playerid) {
    new result2, quest2 = PlayerInfo[playerid][pQuestZ2];
    if(quest2 == 0 || quest2 == 1 || quest2 == 3 || quest2 == 4) result2 = 1;
    else if(quest2 == 2) result2 = 5;
    else if(quest2 == 5) result2 = 30;
    else if(quest2 == 6) result2 = 3;

    if(PlayerInfo[playerid][pQuestZProgres2] >= result2) return 1;
    PlayerInfo[playerid][pQuestZProgres2] ++;
    Update(playerid, pQuestZProgres2x);

    if(PlayerInfo[playerid][pQuestZProgres2] == result2) {
        new string[128], money = 10000*PlayerInfo[playerid][pLevel] + random(5000);
        format(string, sizeof(string), "Misiunea [%s] a fost terminata!", QuestName2(PlayerInfo[playerid][pQuestZ2]));
        SCM(playerid, COLOR_YELLOW, string);
        format(string, sizeof(string), "Ai primit: $%s si un Respect Points!",FormatNumber(money));
        SCM(playerid, COLOR_YELLOW, string);
        GivePlayerCash(playerid, money);
        PlayerInfo[playerid][pExp] ++;
        Update(playerid, pRP);
        Update(playerid, pCashx);
    }
    else {
        new string2[128];
        format(string2, sizeof(string2), "Progres pentru misiunea (%s), [%d/%d]", QuestName2(PlayerInfo[playerid][pQuestZ2]),PlayerInfo[playerid][pQuestZProgres2],result2);
        SCM(playerid, COLOR_YELLOW, string2);
    }
    return 1;
}

La mine e facut plusarea nush ce are ca cred ca se ia dupa raza nu + dupa hp eu vr doar dupa hp si doar 1 data sa se puna nu de mai multe ori !

https://pastebin.com/5DcVjmzf

Edited by RazvaN.
schimbat link
Link to comment
Share on other sites

  • 0
2 hours ago, Stefan said:

Am si eu o problema la questurile zilnice ca toate merg inafara de faza asta cand vreau sa repar un vehicul de 3 ori in pns am pus totul ok uitati poza Poza(https://imgur.com/a/g9xkD), dar se pluseaza pana la 3 daca is in zona aia nu vr asa eu vreau sa se puna 1 la fiecare reparatie si el verifica daca e in zona aia sa se pluseze nu vr asa cum rezolv?

https://pastebin.com/fMrCjJZy

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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