Jump to content
  • 0

Problema Compile


Guest Doctor_H3ll

Question

Guest Doctor_H3ll

am si eu o problema la compile:

G:\Proiecte\tokyodrift_ro_1.2.pwn(2819) : error 025: function heading differs from prototype
G:\Proiecte\tokyodrift_ro_1.2.pwn(2825) : error 025: function heading differs from prototype
G:\Proiecte\tokyodrift_ro_1.2.pwn(2831) : error 025: function heading differs from prototype
Liniile: 2819-2835:
public OnVehicleMod(vehicleid,componentid)
{
	SaveComponent(vehicleid,componentid);
	return 1;
}

public OnVehiclePaintjob(vehicleid,paintjobid)
{
    SavePaintjob(vehicleid,paintjobid);
    return 1;
}

public OnVehicleRespray(vehicleid,color1,color2)
{
   SaveColors(vehicleid,color1,color2);
    return 1;
}

dc nu mere?Am facut .amx dar nu se salveaza Tunningul.Asta e eroarea.Cum fac sa o rezolv?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.