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

Question

7 answers to this question

Recommended Posts

  • 0
Posted (edited)
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
  • 0
Posted
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

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.