King12 Posted July 27, 2013 Share Posted July 27, 2013 السلام عليكم كيف اجلب قيمة في ملف الميتا الى ملف كلاينت طريقة الجلب في ملف سيرفر : meta: "*infowait" value="5" friendlyname="INFO wait time" group="Info Messages"/> server: abd = get("infowait") لكن الكلاينت كيف : \ مايضبط معاه get يقول الخطأ: attmept to call global 'get' (a nil value) Link to comment
|Mr|-Talal07-| Posted July 27, 2013 Share Posted July 27, 2013 ماتشتغل في الكلنت تشتغل في السيرفر بس لكن تقدر تجيبها في السيرفر و ترسلها على الكلنت باستخدامم triggerClientEvent Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 صععبه : | عندي قيييم كثيره ابي استدعيها صعبه تريقر : / Link to comment
|Mr|-Talal07-| Posted July 27, 2013 Share Posted July 27, 2013 صععبه : |عندي قيييم كثيره ابي استدعيها صعبه تريقر : / ما عندكك الا هي ض1 Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 شفت كود في سكربت buy_inf = guiCreateButton(89,352,167,58,"Buy ($"..getElementData(getResourceRootElement(getThisResource()), "infprice")..")",false,infwin) بس يوم جربته خبط ض1 وش وضعه ذا؟ ذذ Link to comment
|Mr|-Talal07-| Posted July 27, 2013 Share Posted July 27, 2013 شفت كود في سكربت buy_inf = guiCreateButton(89,352,167,58,"Buy ($"..getElementData(getResourceRootElement(getThisResource()), "infprice")..")",false,infwin) بس يوم جربته خبط ض1 وش وضعه ذا؟ ذذ صح صح ممكن تستخدم setElementData getElementData resourceRoot Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 ممكن مثال لو بسيط ؟ احس اني انلحست ض Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 بعد عناء سويتها وضبطت لكن واجهتني مشكله ! في التيكست \n اللي يضيف سطر جديد مايسوي سطر جديد الحين يصير على شكل نص يعني Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 meta: "*abc" value="Hi\nthis is my test" friendlyname="Test" group="Tests" desc="trying fix it" /> server: abc= get("abc") addEventHandler("onResourceStart", getResourceRootElement(), function(res) rsr = getResourceRootElement(getThisResource()) setElementData(rsr, "abc", abc) end) client: test_abc= getElementData(getResourceRootElement(getThisResource()), "abc") .. Link to comment
3NAD Posted July 27, 2013 Share Posted July 27, 2013 -- Server Side addEventHandler ( "onResourceStart", resourceRoot, function ( res ) setElementData ( resourceRoot, "abc", get ( "abc" ) ) end ) -- Client Side outputChatBox ( getElementData ( resourceRoot, "abc" ) or "n/a" ) Link to comment
PaiN^ Posted July 27, 2013 Share Posted July 27, 2013 \n تنزل سطر في الملفات مو في الشات تبغى سطرين في الشات لازم تكرر الوظيفة Link to comment
فاّرس Posted July 27, 2013 Share Posted July 27, 2013 يب هذا مثال, local Button = guiCreateButton(...) local Label = guiCreateLabel(...) addEventHandler('onClientGUIClick',Button, function() guiSetText(Label,'\n'..getElementData(resourceRoot,'abc') or 'N/A') end,false ) + مثل ما قالك الشات ما ينزل سطر ذذ Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 عارف الكود مو بالشات الكود dxDrawText Link to comment
فاّرس Posted July 27, 2013 Share Posted July 27, 2013 سوي مثل ما سويت فوق باللبل ذذ واذا ما عرفت اطرحه ذذ Link to comment
King12 Posted July 27, 2013 Author Share Posted July 27, 2013 اعتقد انحلت المشكله o,O من السيتنق حطيت نفس القيم وضبطت مدري وش السالفه خخخ 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