SnowBOxx Posted October 16, 2017 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)
Dimos7 Posted October 17, 2017 Posted October 17, 2017 Make again that function of use the data store that he is mechanic
idarrr Posted October 18, 2017 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.
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