SnowBOxx Posted October 16, 2017 Share Posted October 16, 2017 guys can anyone tell me how to remove the exports and let it be normal when simply player spawn as Mechanic he be able to use the command that i will use later if (exports.blabla:getPlayerJob(true) == "Mechanic" and isPedInVehicle(localPlayer) and getElementModel(getPedOccupiedVehicle(localPlayer)) == 525) then loc = math.random(#towCars) Link to comment
Dimos7 Posted October 17, 2017 Share Posted October 17, 2017 Make again that function of use the data store that he is mechanic Link to comment
idarrr Posted October 18, 2017 Share Posted October 18, 2017 function getPlayerJob(job) return exports.blabla:getPlayerJob(true) == job end Place it on your script, it will return a boolean value. 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