Mr.Mostafa Posted June 25, 2018 Share Posted June 25, 2018 سلام عليكم ابي لما اضغط اي زر بالكيبورد يحطلي داتا معينة function onPressRemoveTag(button, press) if (press) then setElementData(source,"VIPData",true) end end addEventHandler("onClientKey", root, onPressRemoveTag) setTimer(onPressRemoveTag, 1000, 0) Link to comment
Rakan# Posted June 25, 2018 Share Posted June 25, 2018 شيل التايمر اللي انت مسويه واستبدل source >> localPlayer وحطه كلنت Link to comment
^iiEcoo'x_) Posted June 26, 2018 Share Posted June 26, 2018 addEventHandler ( 'onClientKey' , root , function ( ) setElementData ( localPlayer , 'PressData' , true ) 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