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