06.10.2009, 09:59
I added Dutils inc
And now it gives me this errors:
The 3 lines:
2261:
Thanks
And now it gives me this errors:
pawn Код:
C:\Documents and Settings\Administrator\щемзп дтбегд\PTPM\gamemodes\Ces.pwn(2261) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrator\щемзп дтбегд\PTPM\gamemodes\Ces.pwn(2267) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrator\щемзп дтбегд\PTPM\gamemodes\Ces.pwn(2273) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
The 3 lines:
2261:
pawn Код:
public OnVehicleMod(vehicleid,componentid)
{
SaveComponent(vehicleid,componentid);
return 1;
}
/*2267
public OnVehiclePaintjob(vehicleid,paintjobid)
{
SavePaintjob(vehicleid,paintjobid);
return 1;
}
/*2273
public OnVehicleRespray(vehicleid,color1,color2)
{
SaveColors(vehicleid,color1,color2);
return 1;
}
Thanks