[HELP]Vehicle Streamer
#1

Hey guys,
I wanted to use the vehicle streamer and I added some functions.
I've got three errors now.
pawn Код:
C:\Programme\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\Simpsons.pwn(821) : error 025: function heading differs from prototype
C:\Programme\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\Simpsons.pwn(827) : error 025: function heading differs from prototype
C:\Programme\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\Simpsons.pwn(833) : error 025: function heading differs from prototype
pawn Код:
public OnVehicleMod(playerid,vehicleid,componentid)//821
{
  tAxI_OnVehicleMod(vehicleid,componentid);
  return 1;
}

public OnVehicleRespray(playerid, vehicleid, color1, color2)//827
{
  tAxI_OnVehicleRespray(vehicleid,color1,color2);
  return 1;
}

public OnVehiclePaintjob(playerid, vehicleid, paintjobid)//833
{
    tAxI_OnVehiclePaintjob(vehicleid,paintjobid);
  return 1;
}
Can you help me please?
Reply


Messages In This Thread
[HELP]Vehicle Streamer - by Marc_307 - 29.06.2009, 18:32
Re: [HELP]Vehicle Streamer - by AiVAMAN - 29.06.2009, 18:43
Re: [HELP]Vehicle Streamer - by Marc_307 - 29.06.2009, 19:00
Re: [HELP]Vehicle Streamer - by AiVAMAN - 29.06.2009, 19:02
Re: [HELP]Vehicle Streamer - by Marc_307 - 29.06.2009, 19:10
Re: [HELP]Vehicle Streamer - by Marc_307 - 29.06.2009, 19:52
Re: [HELP]Vehicle Streamer - by AiVAMAN - 30.06.2009, 09:32

Forum Jump:


Users browsing this thread: 1 Guest(s)