Jump to content

[REZOLVAT] Problema Job


NitroGEN
 Share

Recommended Posts

        case 14: {
            if(!PlayerToPoint(7.0, playerid, 21630.4603,-2251.8972,13.3254)) {
                SCM(playerid, COLOR_GREY, "Nu esti la locul unde poti incepe munca. Ti-am pus un checkpoint, du-te la el!");
                SetPlayerCheckpointEx(playerid, 1630.4603,-2251.8972,13.3254, 7.0);
                CP[playerid] = 53;
                return 1;
            }
                CarAngle = 90.6909;
                CP[playerid] = 155;
                new j = random(housess)+1;
                if(j == 0) j = 1;
                SetPlayerCheckpointEx(playerid, HouseInfo[j][hEntrancex],HouseInfo[j][hEntrancey],HouseInfo[j][hEntrancez], 7.0);
                format(string, sizeof(string), "Du-te la punctul ~r~~h~rosu~w~~h~ de pe mapa pentru a livra coletele.~n~Distanta: ~y~%0.1fm.", GetPlayerDistanceFromPoint(playerid, HouseInfo[j][hEntrancex],HouseInfo[j][hEntrancey],HouseInfo[j][hEntrancez]));
                PlayerTextDrawSetString(playerid, InfosTD, string);
                SetTimerEx("HideTextdraw", 8000, 0, "%d", playerid);
                PlayerTextDrawShow(playerid, InfosTD);
        }

 

 

Cred ca pe aici este problema

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