Help in Sief gm
#1

I added Dutils inc

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
Reply


Messages In This Thread
Help in Sief gm - by Taz86 - 06.10.2009, 09:59
Re: Help in Sief gm - by Matthew_Murdoch - 06.10.2009, 10:11
Re: Help in Sief gm - by Correlli - 06.10.2009, 10:26
Re: Help in Sief gm - by eXchainZ-FoReVeR - 06.10.2009, 10:29
Re: Help in Sief gm - by Taz86 - 06.10.2009, 10:31
Re: Help in Sief gm - by Matthew_Murdoch - 06.10.2009, 10:33

Forum Jump:


Users browsing this thread: 1 Guest(s)