MA[S]RIY Posted June 28, 2016 Share Posted June 28, 2016 السلام عليكم شباب انا هسوي لوحه والوحه هذه اسوي فيها 4 ازرار ابي اول زر يكون لفتح الشات تاني زر يكون لقفل الشات ثالث زر يكون لفتح شات لوكال تعرفونه رابع زر لقفل شات لوكال يا شباب ياريت الفنكشات وتكون كامله لكي اتعلم لاني جديد بالبرمجه وشكرا Link to comment
SaedAmer Posted June 28, 2016 Share Posted June 28, 2016 addEventHandler triggerServerEvent Link to comment
MA[S]RIY Posted June 28, 2016 Author Share Posted June 28, 2016 فين فنكشات قفل الشات وفتحه وفتح شات لوكال وقفله ؟ Link to comment
iPrestege Posted June 28, 2016 Share Posted June 28, 2016 فيري نايس تبي نسوي لك مود كامل خاطر عيونك اللهم اني صائم . Link to comment
Me[Z]oO Posted June 28, 2016 Share Posted June 28, 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
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