xXGhostXx Posted September 15, 2018 Share Posted September 15, 2018 Hi guys ! Please fix my script for show plate car ! like : players in vehicle click on vehicle show plate ! function pelak(thePlayer) local mashin = getPedOccupiedVehicle(thePlayer) local pelak = getVehiclePlateText(mashin) if isPedInVehicle(thePlayer) then outputChatBox("#00ff00Pelak In Veh "..pelak.." Mibashad!",thePlayer,255,255,255,true) else outputChatBox("#ff0000[Error]:#ffffffShoma Dar Mashin Nistid!",thePlayer,255,255,255,true) end end addCommandHandler("pelak",pelak) Link to comment
MIKI785 Posted September 15, 2018 Share Posted September 15, 2018 So you don't want it as a command but have it called upon a click instead? See onClientClick for that. Link to comment
xXGhostXx Posted September 15, 2018 Author Share Posted September 15, 2018 14 minutes ago, MIKI785 said: So you don't want it as a command but have it called upon a click instead? See onClientClick for that. you can give me code ? Link to comment
MIKI785 Posted September 15, 2018 Share Posted September 15, 2018 No, that's not what this section is intended for. You're supposed to try it, post your code if it doesn't work, describe what's wrong and then we can try and help you with it. You won't learn otherwise if you just copy & paste. 1 Link to comment
xXGhostXx Posted September 15, 2018 Author Share Posted September 15, 2018 19 minutes ago, MIKI785 said: No, that's not what this section is intended for. You're supposed to try it, post your code if it doesn't work, describe what's wrong and then we can try and help you with it. You won't learn otherwise if you just copy & paste. Please give me just this time Link to comment
Addlibs Posted September 15, 2018 Share Posted September 15, 2018 (edited) In the last 17 hours, you've made 5 topics and 3 of them provided you with fixed code, so don't pretend like it's "just this time." Please, for the sake of us all, get help from us to learn to script instead of leeching off the work of others. We're here to help, not work for you. Please try it yourself just this time Edited September 15, 2018 by MrTasty 2 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