#1Topro Posted June 20, 2016 Posted June 20, 2016 كيف اخلي العاجل اول ما يخرج الاعب الكلام يكون موجود يعني انا كتبت في العاجل منورين اخر وادخل ما القيه كيف اعدل علييها تاني طلب يوم أسوي العاجل كيف اجيب احدثيات الmessge ?
Mr.CoR Posted June 20, 2016 Posted June 20, 2016 السلام عليكم نرجو منك مراجعة هالموضوع https://forum.multitheftauto.com/viewtopic.php?f ... 90#p897490 وشكراً
MR.S3D Posted June 20, 2016 Posted June 20, 2016 لحفظ العاجل استخدم local name = getPlayerName( player ) local msg = text setElementData(root,'3ajel',{name,msg}) طبعا text متغير النص و player اللاعب اللي كتب النص لجلب العاجل استخدم : local data = getElementData(root,'3ajel') if not data then data = {'',''} end local name = data[1] local text = data[2] استخدم name للاسم استخدم text للنص
N3xT Posted June 21, 2016 Posted June 21, 2016 سؤال طيب و اذا عاوز امسح العاجل من ف8 ؟ إذا dx إستعمل : removeEventHandler إذا ليبل عادي إستعمل : guiSetVisible
فاّرس Posted June 21, 2016 Posted June 21, 2016 ^ لا غلطان، لازم يخلي قيمة الداتا تساوي فراغ كـ مثال : var = ''
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