Jump to content
  • 0

[Ajutor] Reparare Dealership sau inlocuire


LoLxD

Question

Nick: LoLxD

Problema: Am downloadat de pe forumul nostru gamemode Wars postat de EquiNox, acesta are un bug la dealership.

Acesta este: Ex. Cumperi un turismo, il tunezi, ii dai /v park ->> se inlocuieste cu jester.

Ex. Cumperi Pheonix il tunezi, ii dai /v park ->> apare FCR.

Erori / warnings: - -

Lini/script: - -

Ai incercat sa rezolvi singur ?: Nu pentru ca nu stiu de unde sa incep.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

eroare 100 e cand nu ai ceva include.. uita-te la pawno > include > aici vezi daca ai astea : core, float, file, utils, morphinc, streamer, dini

Ce treaba are eroare 100 cu ce problema are el ? ( ai raspuns in acest topic doar sa faci un +1 ...)

Alea pe care le-ai spus mai sus sunt inlude..

Problema pe care o are el e din pawn o fi gresit ceva pe acolo cand a creat dealership-ul ..

Nu am doar file..

Spui ca daca bag file e posibil sa mearga?

Nu iti merge si daca bagi alea...

PS : Posteaza comanda /v park .

Link to comment
Share on other sites

Nick: LoLxD

Problema: Am downloadat de pe forumul nostru gamemode Wars postat de EquiNox, acesta are un bug la dealership.

Acesta este: Ex. Cumperi un turismo, il tunezi, ii dai /v park ->> se inlocuieste cu jester.

Ex. Cumperi Pheonix il tunezi, ii dai /v park ->> apare FCR.

Erori / warnings: - -

Lini/script: - -

Ai incercat sa rezolvi singur ?: Nu pentru ca nu stiu de unde sa incep.

[pawn]    SendClientMessage(playerid, COLOR_GREY, "  You already have 3 cars ! ");

        return 1;

}

    DateProp(playerid);

DateProp(OwnableCarOffer[playerid]);

OnPropUpdate();

OnPlayerUpdateEx(playerid);

OnPlayerUpdateEx(OwnableCarOffer[playerid]);

    OwnableCarOffer[playerid] = 999;

OwnableCarID[playerid] = 0;

OwnableCarPrice[playerid] = 0;

GameTextForPlayer(playerid, "~w~Congratulations~n~Don't forget to /v park it!", 5000, 3);

SendClientMessage(playerid, COLOR_GRAD2, "Congratulations on your new purchase!");

SendClientMessage(playerid, COLOR_GRAD2, "Type /vehiclehelp to view the vehicle manual!");

return 1;

}

else

{

    SendClientMessage(playerid, COLOR_GREY, "  Car seller is Offline !");

        return 1;

}

        }

    }

    else

    {

        SendClientMessage(playerid, COLOR_GREY, "  No-one offerd you any Ownable Car !");

        return 1;

    }

}

else if(strcmp(x_job,"license",true) == 0)

{

    if(LicenseOffer[playerid] < 999)

    {

        if(GetPlayerCash(playerid) > LicensePrice[playerid])

    {[/pawn]

Cred ca am selectat bine.. la mine doar atat este la /v park

Link to comment
Share on other sites

Topic inchis , 48h+ fara up/reply.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.