kolme2 Posted October 4, 2012 Share Posted October 4, 2012 السلام عليكم ممكن طلب وهذا اول طلب لي وهو ممكن كود عرض الفلوس بالشات وعرض عدد القتل والموت في الشات وبس واكون شاكر لكم Link to comment
abu5lf Posted October 4, 2012 Share Posted October 4, 2012 getPlayerMoney -- استيراد فلوس الاعب getElementData + setElementData -- لعدد القتل والموت مع الايفينت https://wiki.multitheftauto.com/wiki/OnPlayerWasted Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 ممكن مثال على كل كود لاهنت Link to comment
abu5lf Posted October 4, 2012 Share Posted October 4, 2012 الامثلة تجدها داخل الويكي اضغط على الكود وتجيك اكسمبل Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 بالويكي بعضها معقده وغير مفهومه Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 ممكن مثال من عندك ويعطيك العافيه Link to comment
iPrestege Posted October 4, 2012 Share Posted October 4, 2012 (edited) الزر : infoB1 = guiCreateButton(480,106,169,21,"Show Money in Chat | 2$",false,info) بالنسبة للكود : local playerMoney = getPlayerMoney(source) ^ الكلنت ^ addEvent("infoB1", true) addEventHandler("infoB1", rootElement, function() local playerMoney = getPlayerMoney(source) if ( playerMoney < 5000 ) then outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Poor He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) else outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Rich He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) end end ) ^السيرفر^ Edited October 4, 2012 by Guest Link to comment
abu5lf Posted October 4, 2012 Share Posted October 4, 2012 الزر : infoB1 = guiCreateButton(480,106,169,21,"Show Money in Chat | 2$",false,info) بالنسبة للكود : local playerMoney = getPlayerMoney(source) ^ الكلنت ^ ^خطأ Link to comment
iPrestege Posted October 4, 2012 Share Posted October 4, 2012 ^ وش الصحيح ؟ شغال معي ذذ Link to comment
abu5lf Posted October 4, 2012 Share Posted October 4, 2012 (edited) اذا كان خارج ايفينت كذا خطأ local playermoney = getPlayerMoney ( ) ^^ طلعت غلطان بعد مراجعة الكود اعذرني على الشطحة > مبتدئ Edited October 4, 2012 by Guest Link to comment
TAPL Posted October 4, 2012 Share Posted October 4, 2012 اذا كان خارج ايفينت كذا خطأ local playermoney = getPlayerMoney ( getLocalPlayer () ) local playermoney = getPlayerMoney ( ) Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 ولا كود شغال جربت ولكن الخطا من سيرفر هذا هو الكود addEvent("infoB1", true) addEventHandler("infoB1", rootElement, function() local playermoney = getPlayerMoney ( ) outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Poor He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) else outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Rich He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) end end ) Link to comment
==>ҭᾄlᾄl Posted October 4, 2012 Share Posted October 4, 2012 ولا كود شغال جربتولكن الخطا من سيرفر هذا هو الكود addEvent("infoB1", true) addEventHandler("infoB1", rootElement, function() local playermoney = getPlayerMoney ( ) outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Poor He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) else outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Rich He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) end end ) else مدري وش تبي ما فيه if عشان تكتبها جرب ذا addEvent("infoB1", true) addEventHandler("infoB1", getRootElement (), function() local playermoney = getPlayerMoney ( ) outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Poor He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) end) Link to comment
TAPL Posted October 4, 2012 Share Posted October 4, 2012 addEvent("infoB1", true) addEventHandler("infoB1", root, function() local playerMoney = getPlayerMoney(source) outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Poor He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) end) Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 نفس كل شي لما اضغط على عرض الفلوس مايطلع شي Link to comment
TAPL Posted October 4, 2012 Share Posted October 4, 2012 تأكد أنك حطيت الكود سيرفر addEvent("infoB1", true) addEventHandler("infoB1", root, function() local playerMoney = getPlayerMoney(source) outputChatBox("#FFFF1A[#FFFFFF "..getPlayerName(source).." #FFFF1A] is Poor He Have : #FFFF1A[#00FF00 "..playerMoney.."$ #FFFF1F] ",root,255,255,0,true) end) + حط كود الكلينت Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 هذا اللي بالكلنت infoB1 = guiCreateButton(260,10,209,20,"Show Money in Chat",false,tab3) Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 اشتغل مشكورر تابل لكن باقي السكوري واللي هو القتل وعدد اللي مت ويعطيك الف عافيه Link to comment
TAPL Posted October 4, 2012 Share Posted October 4, 2012 addEvent("scoreB1", true) addEventHandler("scoreB1", root, function() local kill = getElementData(source, "Kills") or 0 local death = getElementData(source, "Deaths") or 0 outputChatBox("Your Kill: "..kill.." | Your Death: "..death, root,255,255,0,true) end) Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 يعطيك الف الف الف الف عافيه Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 بالسكوري فيه مشكلة مايحسب القتل و الموت Link to comment
TAPL Posted October 4, 2012 Share Posted October 4, 2012 بالسكوري فيه مشكلةمايحسب القتل و الموت false مستحيل يقول لك تأكد أنك نسخت الكود صح و حط كودك بعد ما عدلت عليه Link to comment
kolme2 Posted October 4, 2012 Author Share Posted October 4, 2012 اخوي انا عدلت على كودك لكن كودك يقول 0 مايعدل Link to comment
TAPL Posted October 4, 2012 Share Posted October 4, 2012 اخويانا عدلت على كودك لكن كودك يقول 0 مايعدل شي طبيعي إذا ما كان عندك ألمنت داتا بعدد القتل و الموت لازم يكون عندك سكربت للقتل - الموت ذا موجود في البيس مود إذا كنت تستخدم البيس مود و أنت مطفيه وقت الي جالس تجرب بالأكواد شي طبيعي يقول 0 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