05.01.2012, 12:14
You should use 'GetVehicleModel( GetPlayerVehicleID( playerid ) )' instead of 'vehicleid'.
public OnPlayerStateChange(playerid, newstate, oldstate) doesnt support the param 'vehicleid', so you should get it manually.
public OnPlayerStateChange(playerid, newstate, oldstate) doesnt support the param 'vehicleid', so you should get it manually.