SA-MP Forums Archive
function heading differs from prototype - 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)
+--- Thread: function heading differs from prototype (/showthread.php?tid=586597)



function heading differs from prototype - thaKing - 23.08.2015

Error:
PHP код:
dwrp_mode.pwn(393) : error 025: function heading differs from prototype 
Callback:
PHP код:
public OnPlayerEnterVehicle(playeridvehicleidispassanger)// LINE 393
{
    if (
License_Car[vehicleid]) {
        
SetVehicleParamsForPlayer(vehicleidplayerid01);
    }
    return 
1;




Re: function heading differs from prototype - JeaSon - 23.08.2015

its

PHP код:
OnPlayerEnterVehicle(playeridvehicleidispassenger)

not ispassanger


Re: function heading differs from prototype - thaKing - 23.08.2015

Quote:
Originally Posted by JeaSon
Посмотреть сообщение
its

PHP код:
OnPlayerEnterVehicle(playeridvehicleidispassenger)

not ispassanger
Oh, thanks.