xeon17 Posted August 21, 2014 Posted August 21, 2014 What i'm doing wrong ? local keys = getBoundKeys ( crouch ) if (keys == fire ) then A unique GangWar gamemode waiting for you!Click here for more information.
Castillo Posted August 21, 2014 Posted August 21, 2014 You forgot to use the quotes before and after crouch and fire. local keys = getBoundKeys ( "crouch" ) if ( keys == "fire" ) then Also, getBoundKeys returns a table, so your "if" statement won't work. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
xeon17 Posted August 21, 2014 Author Posted August 21, 2014 So can i use this function to kick players who use custom gta controls? A unique GangWar gamemode waiting for you!Click here for more information.
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