saitama Posted July 5, 2016 Share Posted July 5, 2016 ابغى وضائف لقفل الشات + اف 8 لمنع كتابة say Link to comment
Me[Z]oO Posted July 5, 2016 Share Posted July 5, 2016 --Created By Me[Z]oO addCommandHandler("ChatState", function(p,c,s) setElementData(getResourceRootElement(getThisResource()),"ChatSystem",tostring(s)) if s == "False" then outputChatBox("تم اغلاق الشات من قبل الكونسل "..getPlayerName(p).."",root,0,255,0) else outputChatBox("تم فتح الشات من قبل الكونسل "..getPlayerName(p).."",root,0,255,0) end end) addEventHandler("onPlayerChat",root, function() if getElementData(getResourceRootElement(getThisResource()),"ChatSystem") == "False" then outputChatBox("لقد قام الكونسول بقفل الشات الان يرجي الانتظار حتي يقوم بفتحه",source,255,0,0) cancelEvent() else return end end) اكتب باف 8 ChatState False رح ينقفل كذا ChatState True رح يفتح الشات اتمني اكون افدتك هذا طرحته من زمان شوفه رح يفيدك الكود سيرفر سايد Link to comment
saitama Posted July 5, 2016 Author Share Posted July 5, 2016 تسلم يدك بتعلم منه وعيد مبارك للجميع Link to comment
saitama Posted July 5, 2016 Author Share Posted July 5, 2016 ماينفع نستعمل UnbindKey لالغاء الحرف ؟ Link to comment
Me[Z]oO Posted July 5, 2016 Share Posted July 5, 2016 تسلم يدك بتعلم منه وعيد مبارك للجميع حياك الله بالخدمة عليك وعلينا ان شاء الله <3 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