Jump to content

[HELP]


Recommended Posts

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)

spacer.png

The group id only needs to be queried and if it is 34 then it should be done.
 
 
 
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...