Firespider Posted May 16, 2023 Share Posted May 16, 2023 Hello! I would like to solve the problem so that only those whose faction ID is 34 can see the clip. The only problem is that I don't understand MySQL, I am attaching the code and the table. function unit() createBlipAttachedTo(source, 0, 4, 0, 0, 255, root) end addEvent("Button1", true) addEventHandler("Button1", root, unit) The group id only needs to be queried and if it is 34 then it should be done. Link to comment
βurak Posted May 16, 2023 Share Posted May 16, 2023 (edited) do you have the rest of the code? there are uncertainties here Edited May 16, 2023 by Burak5312 Link to comment
Firespider Posted May 16, 2023 Author Share Posted May 16, 2023 On the server side, this is all approx. 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