3 errors on samp 0.3 server
#1

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
Reply
#2

Function headings changed in 0.3

Код:
public OnVehicleMod(playerid,vehicleid,componentid)
Код:
public OnVehiclePaintjob(playeridvehicleid,paintjobid)
Код:
public OnVehicleRespray(playeridvehicleid,color1,color2)
Reply
#3

Thanks, Got it working
Reply
#4

Quote:
Originally Posted by hardstop
Thanks, Got it working
LOL SORRY WRONG TOPIC :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)