0 Membres et 1 Invité sur ce sujet
C:\Users\Valentin\Desktop\Serveur\SAMP\filterscripts\tAxI_XVM.pwn(1650) : error 025: function heading differs from prototypeC:\Users\Valentin\Desktop\Serveur\SAMP\filterscripts\tAxI_XVM.pwn(1658) : error 025: function heading differs from prototypeC:\Users\Valentin\Desktop\Serveur\SAMP\filterscripts\tAxI_XVM.pwn(1666) : error 025: function heading differs from prototypePawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase3 Errors.
public OnVehicleMod(vehicleid,componentid){ if(onsys[vehicleid] == 1) { SaveComponent(vehicleid,componentid); } return 1;}
public OnVehiclePaintjob(vehicleid,paintjobid){ if(onsys[vehicleid] == 1) { SavePaintjob(vehicleid,paintjobid); } return 1;}
public OnVehicleRespray(vehicleid,color1,color2){ if(onsys[vehicleid] == 1) { SaveColors(vehicleid,color1,color2); } return 1;}