intechz Posted March 12, 2013 Share Posted March 12, 2013 this give me this error in console. mdc-system/c_mdc.lua(Line 1310) [Client] getPlayerOccupiedVehicle is deprecated and may not work in future versions. Please replace with getPedOccupiedVehicle. here is the league that this is referring to the console, you will be missing something? local vehicle = getPlayerOccupiedVehicle (getLocalPlayer()) Link to comment
csiguusz Posted March 12, 2013 Share Posted March 12, 2013 Just as the error says "getPlayerOccupiedVehicle" is and old function and might not work in the future. Use: local vehicle = getPedOccupiedVehicle (getLocalPlayer()) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now