3 errors on samp 0.3 server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3 errors on samp 0.3 server (
/showthread.php?tid=129684)
3 errors on samp 0.3 server -
hardstop - 23.02.2010
When i compile on 0.2
no errors
when i compile on 0.3
3 errors
Код:
[EN].pwn(2947) : error 025: function heading differs from prototype
[EN].pwn(2954) : error 025: function heading differs from prototype
[EN].pwn(2961) : error 025: function heading differs from prototype
Line 2947 is
Код:
public OnVehicleMod(vehicleid,componentid)
Line 2954 is
Код:
public OnVehiclePaintjob(vehicleid,paintjobid)
Line 2961 is
Код:
public OnVehicleRespray(vehicleid,color1,color2)
Please somebody help me fix this
Re: 3 errors on samp 0.3 server -
Torran - 23.02.2010
Function headings changed in 0.3
Код:
public OnVehicleMod(playerid,vehicleid,componentid)
Код:
public OnVehiclePaintjob(playeridvehicleid,paintjobid)
Код:
public OnVehicleRespray(playeridvehicleid,color1,color2)
Re: 3 errors on samp 0.3 server -
hardstop - 23.02.2010
Thanks, Got it working
Re: 3 errors on samp 0.3 server -
Torran - 23.02.2010
Quote:
Originally Posted by hardstop
Thanks, Got it working
|
LOL SORRY WRONG TOPIC :P