26.05.2011, 15:40
You're missing a function for IsPassenger(playerid)?
Or are you simply trying to use the ispassenger parameter that is passed by the callback? If so then simply change IsPassenger(playerid) to ispassenger.
Also why are you making a variable that defaults to 0 and then getting the state of playerid 0 and check if it's the driver state? Not sure what you hope to achieve there
Or are you simply trying to use the ispassenger parameter that is passed by the callback? If so then simply change IsPassenger(playerid) to ispassenger.
Also why are you making a variable that defaults to 0 and then getting the state of playerid 0 and check if it's the driver state? Not sure what you hope to achieve there

