Jump to content

[REZOLVAT] Problema la factiune taxi lv


SkZAdv
 Share

Recommended Posts

Username:SkZ
Problema Am adaugat taxi lv  si imi setez lider membru si cand ma urc in masina  imi da slap si zice ca nu-s membru taxi lv .
Detalii despre problemă: Problema e ca ma da afara din masina cum am zis mai sus zica ca nu=s membru din taxi lv 
Ce ai încercat să faci înainte să postezi?:  Am adaugat la function IsAnTaxi(carid) { Id factiuni si tot asa imi face
Cod sursă (recomandat pastebin.com) :Pai asta e ca nu stiu nu gasesc verificare trb sa fie ceva ...  folosesc gm burned
Alte detalii: va multumesc, foarte mult de atentia acordată

Link to comment
Share on other sites

Acum 2 minute, Spiciu a spus:

Cauta textul ala care ti-l da cand intri in masina, vezi poate ai setat un alt numar de factiune la respectivele masini si modifica cu numarul factiunii taxi lv

Acolo nu e cu numere de setare ... stiu unde zici  uite  unde vezi tu numar de factiune ?: 

 

            else if(ServerVehicles[vehicle][vFaction] != PlayerInfo[playerid][pMember] && ServerVehicles[vehicle][vFaction] != 0) {
                format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction]));

Link to comment
Share on other sites

Chiar acum, SkZAdv a spus:

Acolo nu e cu numere de setare ... stiu unde zici  uite  unde vezi tu numar de factiune ?: 

 

            else if(ServerVehicles[vehicle][vFaction] != PlayerInfo[playerid][pMember] && ServerVehicles[vehicle][vFaction] != 0) {
                format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction]));

Nu cunosc gamemode-ul, Dar arata si tu if-ul ala dinainte, nu doar else if.

Link to comment
Share on other sites

Acum 1 minut, SkZAdv a spus:

        if(ServerVehicles[vehicle][vID] != 0 && result == 0) {
            if(vehicle >= 130 && vehicle <= 135) {
                if(GetPVarInt(playerid, "InLesson") == -1) return SCM(playerid, COLOR_GREY, "Nu ai o lectie activa!"), SlapPlayer(playerid);
            }
            else if(ServerVehicles[vehicle][vFaction] == 1 || ServerVehicles[vehicle][vFaction] == 2 || ServerVehicles[vehicle][vFaction] == 3 || ServerVehicles[vehicle][vFaction] == 15) {
                if(ServerVehicles[vehicle][vRank] > PlayerInfo[playerid][pRank]) {
                    format(string, sizeof(string), "Ai nevoie de rank %d pentru a lua acest vehicul.", ServerVehicles[vehicle][vRank]);
                    SCM(playerid, COLOR_GREY, string);
                    SlapPlayer(playerid);
                }
                else if(OnDuty[playerid] == 0 && IsACop(playerid)) {
                    SCM(playerid, COLOR_LGREEN, "Nu poti folosi vehiculele factiunii daca nu esti la datorie!");
                    SlapPlayer(playerid);
                    return 1;
                }
                else if(!IsACop(playerid)) {
                    format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction]));
                    SCM(playerid, COLOR_GREY, string);
                    SlapPlayer(playerid);                
                }
            }
            else if(ServerVehicles[vehicle][vFaction] != PlayerInfo[playerid][pMember] && ServerVehicles[vehicle][vFaction] != 0) {
                format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction]));
                SCM(playerid, COLOR_GREY, string);
                SlapPlayer(playerid);
            }
            else {
                if(OnDuty[playerid] == 0 && IsACop(playerid) && Copcar2(vehicle)) {
                    SCM(playerid, COLOR_LGREEN, "Nu poti folosi vehiculele factiunii daca nu esti la datorie!");
                    SlapPlayer(playerid);
                    return 1;
                }            
                if(ServerVehicles[vehicle][vRank] > PlayerInfo[playerid][pRank]) {
                    format(string, sizeof(string), "Ai nevoie de rank %d pentru a lua acest vehicul.", ServerVehicles[vehicle][vRank]);
                    SCM(playerid, COLOR_GREY, string);
                    SlapPlayer(playerid);
                }
            }
        }

ServerVehicles ăla cum arata? Foloseste si tu pastebin ca nu te doare mâna

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...