Guest Posted May 19, 2019 Share Posted May 19, 2019 السلام عليكم, كيف الحال ، أخباركم هل في طريقة ان لما اللاعب بدون م يضغط حرف [T] حق الشات او اف 8 انو لما يكتب في شاشة يصير الحدث زي أكواد جي تي إيه . حق كلمات السر لما تكتب بتجي ... Link to comment
Simple. Posted May 19, 2019 Share Posted May 19, 2019 (edited) "onClientKey" setTimer table Edited May 19, 2019 by Simple. Link to comment
#BrosS Posted May 19, 2019 Share Posted May 19, 2019 myChar = "" addEventHandler("onClientCharacter", root, function (character) --if myChar == "" then myChar = myChar..character --outputChatBox(myChar) if myChar == "aezakmi" then outputChatBox("cheat activated") myChar = "" end if character == " " then myChar = "" -- تمسح المتغير end end); اضغط مسافة حتى تمسحها. البقات عليك انت المهم اني سويتها هيهي Link to comment
Abdul KariM Posted May 19, 2019 Share Posted May 19, 2019 @#BrosS لازم يكون فيه تايمر يفضي المتغير عشان مايصير فيه اخطاء Link to comment
#BrosS Posted May 19, 2019 Share Posted May 19, 2019 1 hour ago, Abdul KariM said: @#BrosS لازم يكون فيه تايمر يفضي المتغير عشان مايصير فيه اخطاء قلت له البقات عليه ض2 + انا حاطط يفضي المتغير بالمسافة اظنه كافي Link to comment
nxFairlywell Posted May 19, 2019 Share Posted May 19, 2019 (edited) 2 hours ago, Abdul KariM said: @#BrosS لازم يكون فيه تايمر يفضي المتغير عشان مايصير فيه اخطاء 5 hours ago, #BrosS said: myChar = "" addEventHandler("onClientCharacter", root, function (character) --if myChar == "" then myChar = myChar..character --outputChatBox(myChar) if myChar == "aezakmi" then outputChatBox("cheat activated") myChar = "" end if character == " " then myChar = "" -- تمسح المتغير end end); اضغط مسافة حتى تمسحها. البقات عليك انت المهم اني سويتها هيهي myChar = "" addEventHandler("onClientCharacter", root, function (character) --if myChar == "" then myChar = myChar..character --outputChatBox(myChar) if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end _aTimer=setTimer( function() myChar=""; end ,4000,0) if myChar == "aezakmi" then outputChatBox("cheat activated") myChar = "" if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end end if character == " " then myChar = "" -- تمسح المتغير if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end end end); Edited May 19, 2019 by NX_CI Link to comment
Guest Posted May 20, 2019 Share Posted May 20, 2019 12 hours ago, NX_CI said: myChar = "" addEventHandler("onClientCharacter", root, function (character) --if myChar == "" then myChar = myChar..character --outputChatBox(myChar) if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end _aTimer=setTimer( function() myChar=""; end ,4000,0) if myChar == "aezakmi" then outputChatBox("cheat activated") myChar = "" if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) end end if character == " " then myChar = "" -- تمسح المتغير if _aTimer and isTimer(_aTimer) then killTimer(_aTimer) 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