kamel10 Posted June 7, 2015 Posted June 7, 2015 ابي مود لما اللاعب لسة ما سجل دخوله ما يقدر يكتب حتى يسجل بس ما ابيه يعطيه ميوت المود لين يسجل يتفك يعني لما يكتب ما يكتب له شيئ بالشات بس لما يسجل يقدر يكتب
iMr.Dawix~# Posted June 7, 2015 Posted June 7, 2015 انت عندك لوحة تسجيل يعني ولا كيف ؟ اذا عندك لوحة تسجيل نعطيك اكواد تحطها بمود التسجيل حقك
TAPL Posted June 8, 2015 Posted June 8, 2015 getPlayerAccount isGuestAccount cancelEvent() 'onPlayerChat'
kamel10 Posted June 8, 2015 Author Posted June 8, 2015 مشكووور تابل ممكن تشوفو الموضوع دة viewtopic.php?f=160&t=88672
kamel10 Posted June 8, 2015 Author Posted June 8, 2015 function BlockChat(playerSource) local sourceAccount = getPlayerAccount ( playerSource ) if isGuestAccount ( sourceAccount ) then cancelEvent () end end addEventHandler( "onPlayerChat", getRootElement(), BlockChat ) ممكن تصلحوه
shwaeki Posted June 8, 2015 Posted June 8, 2015 addEventHandler( "onPlayerChat", root, function () if isGuestAccount ( getPlayerAccount ( source ) ) then cancelEvent () end end )
Tete omar Posted June 8, 2015 Posted June 8, 2015 getPlayerAccount isGuestAccount cancelEvent() 'onPlayerChat' function BlockChat(playerSource) local sourceAccount = getPlayerAccount ( playerSource ) if isGuestAccount ( sourceAccount ) then cancelEvent () end end addEventHandler( "onPlayerChat", getRootElement(), BlockChat ) ممكن تصلحوه addEventHandler( "onPlayerChat", root, function () if isGuestAccount ( getPlayerAccount ( source ) ) then cancelEvent () end end ) ينقل إلى قسم البرمجة
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