Hoyé Hoyé
J"ai un probleme avec mon GM Taxi freeroam, Il me donne trois erreur
C:\Documents and Settings\Administrateur\Mes documents\Mes fichiers reçus\tAxIFR.pwn(2653) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrateur\Mes documents\Mes fichiers reçus\tAxIFR.pwn(2659) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrateur\Mes documents\Mes fichiers reçus\tAxIFR.pwn(2665) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
A ces lignes là :
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;
}