Jump to content

[REZOLVAT] problema pns-uri


pnndzxreal
 Share

Recommended Posts

Username: pnndzx
Problema întălnită: La gamemode-ul lui @HPQ123, la pns-ul din LV, cand intru ma baga si ma scoate in cel din LS.
Detalii despre problemă: La gamemode-ul lui @HPQ123, la pns-ul din LV, cand intru ma baga si ma scoate in cel din LS.
Ce ai încercat să faci înainte să postezi?: -
Cod sursă (recomandat pastebin.com) : bizz in baza de date: https://pastebin.com/q8VAU4cZ (id 22), cod gamemode: https://pastebin.com/40QKmWem
Alte detalii: Multumesc!

  

logo.png?rv=1568407994

DEVELOPER | ARTIST | MARKETING & SEO | PRODUCER

Contact me:

instagram  | facebook  |  email | discord

Owner at: 

WWW.MINDWEB.RO

 

Link to comment
Share on other sites

Ne-ar fi trebuit si partea in care iesi din pns, dar ma rog, incearca asa, sa ne dai si cealanta parte de cod daca e, mai nou nu suntem orologi

  1. if(PnsTimer[playerid] != -1) return true;
  2.               for(new i; i <= GpsBizzType[14]; i++) {
  3.                       idd = BizzTypeID[14];
                      if(!PlayerToPoint(3, playerid, BizzInfo[idd][bEntranceX], BizzInfo[idd][bEntranceY], BizzInfo[idd][bEntranceZ]))
                          continue;
                          PutVehicleInPNS(playerid, i);
                      cc = true;
                      break;
              }
Link to comment
Share on other sites

Acum 3 minute, KiNGAleksandruAdv a spus:

Ne-ar fi trebuit si partea in care iesi din pns, dar ma rog, incearca asa, sa ne dai si cealanta parte de cod daca e, mai nou nu suntem orologi

  1. if(PnsTimer[playerid] != -1) return true;
  2.               for(new i; i <= GpsBizzType[14]; i++) {
  3.                       idd = BizzTypeID[14];
                      if(!PlayerToPoint(3, playerid, BizzInfo[idd][bEntranceX], BizzInfo[idd][bEntranceY], BizzInfo[idd][bEntranceZ]))
                          continue;
                          PutVehicleInPNS(playerid, i);
                      cc = true;
                      break;
              }
Citat

function RepairVehiclePns(i) {
    if(GetPlayerState(i) != PLAYER_STATE_DRIVER)
        return true;

    new idd, veh = GetPlayerVehicleID(i);

    for(new h = 1; h <= GpsBizzType[14]; h++) {
        idd = BizzTypeID[14][h];
        if(IsPlayerInRangeOfPoint(i, 30.0,BizzInfo[idd][bEntranceX], BizzInfo[idd][bEntranceY], BizzInfo[idd][bEntranceZ])) {
            GivePlayerCash(i, 0, 1000);
            BizzInfo[idd][bBalance] += BizzInfo[idd][bFee];    
            for(new m; m < 2; m++) {
                if(PlayerInfo[pDailyMission][m] == 19) CheckMission(i, m);
            }                                
        }
    }
    PnsTimer = -1;
    TogglePlayerControllable(i, true);
    new carid = FindSpawnID(veh), b = LastPns;
    if(carid != -1) SetVehicleHealth(veh, CarInfo[carid][cVip] ? 2000 : 999);
    else SetVehicleHealth(veh, 999);
    ChangeVehicleColor(veh, VehicleStats[veh][vColorOne], VehicleStats[veh][vColorTwo]);
    SetVehiclePos(veh, ExitVehiclePNS[0], ExitVehiclePNS[1], ExitVehiclePNS[2]);
    SetVehicleZAngle(veh, ExitVehiclePNS[3]);
    return true;
}

 

  

logo.png?rv=1568407994

DEVELOPER | ARTIST | MARKETING & SEO | PRODUCER

Contact me:

instagram  | facebook  |  email | discord

Owner at: 

WWW.MINDWEB.RO

 

Link to comment
Share on other sites

  • 577777 locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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