josedisla Posted January 9, 2023 Share Posted January 9, 2023 Does anyone know what I should add to a script or what functions so that when a player takes a job they add wanted level stars? Link to comment
Trust aka Tiffergan Posted January 9, 2023 Share Posted January 9, 2023 function onPlayerTakeJob(player, jobName) setPlayerWantedLevel(player, getPlayerWantedLevel(player) + 1) end Link to comment
josedisla Posted January 9, 2023 Author Share Posted January 9, 2023 Bro, I have a question, can I send you the code so that you can correct me? Link to comment
Trust aka Tiffergan Posted January 11, 2023 Share Posted January 11, 2023 On 09/01/2023 at 23:46, josedisla said: Thank you So did you do it yourself ? 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