+Source|> Posted June 15, 2017 Share Posted June 15, 2017 عندي مشكله وانه ذا ما يشتغل local btn = { ['f1'] = true, } addEventHandler("onClientKey", root, function(button, press) if press and getElementInterior(localPlayer) == 5 then if btn[button] then cancelEvent() end end end ) 18 minutes ago, A7MEDENO said: عندي مشكله وانه ذا ما يشتغل local btn = { ['f1'] = true, } addEventHandler("onClientKey", root, function(button, press) if press and getElementInterior(localPlayer) == 5 then if btn[button] then cancelEvent() end end end ) خلاص تمت الافادة 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