iPrestege Posted October 18, 2012 Share Posted October 18, 2012 بسم الله الرحمن الرحيم السلآم عليكم ورحمةة الله وبركاتة ودي اسوي شوب اسلحة فودي بكود لسلآح من الاسلحة كلنت وسيرفر وانا باقي الاسلحة امشي على نفس الاكواد واعدلها : ) يعني كود واحد بس لآي سلاح وانا اكمل الباقي كود كلنت وكود سيرفر والسلآم عليكم ورحمة الله وبركاتة الله يعين عالتزبيد Link to comment
TurnUP Posted October 18, 2012 Share Posted October 18, 2012 بسم الله الرحمن الرحيمالسلآم عليكم ورحمةة الله وبركاتة ودي اسوي شوب اسلحة فودي بكود لسلآح من الاسلحة كلنت وسيرفر وانا باقي الاسلحة امشي على نفس الاكواد واعدلها : ) يعني كود واحد بس لآي سلاح وانا اكمل الباقي كود كلنت وكود سيرفر والسلآم عليكم ورحمة الله وبركاتة الله يعين عالتزبيد https://forum.multitheftauto.com/viewtopic.php?f=119&t=47731 Link to comment
|Mr|-Talal07-| Posted October 18, 2012 Share Posted October 18, 2012 شوف كلام الرجال ذا صح لكن انا اعطيك واحد اسهل ومع اضافات -- Client Side -- function buy(money,id,ammo) triggerServerEvent("onBuy",localPlayer,money,id,ammo) end -- مثال addEventHandler("onClientGUIClick",root, function () if ( source == btn ) then buy(200,22,100) elseif ( source == btn ) then buy(300,24,100) end end ) -- Server Side -- addEvent("onBuy",true) addEventHandler("onBuy",root, function (money,id,ammo) local pmoney = getPlayerMoney(source) if ( pmoney >= money ) then takePlayerMoney(source,money) giveWeapon(source,id,ammo) outputChatBox("* You Are Bought [ " .. getWeaponNameFromID(id) .. " ]",source,0,255,0) else outputChatBox("* No Money",source,255,0,0) end end ) Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 طلال تمام كذا بس كيف اجيب الـ ID حق السلاح ؟ فية موقع او صفحة ؟ Link to comment
|Mr|-Talal07-| Posted October 18, 2012 Share Posted October 18, 2012 https://wiki.multitheftauto.com/wiki/Weapons Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 ^^ وش ؟ مثال : function buy(money,id,ammo) triggerServerEvent("onBuy",localPlayer,money,id,ammo) end -- مثال addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor_Button[3] ) then buy(200,22,100) elseif ( source == GUIEditor_Button[4] ) then buy(300,24,100) end end ) addEvent("onBuy",true) addEventHandler("onBuy",root, function (200,22,9999) local pmoney = getPlayerMoney(source) if ( pmoney >= money ) then takePlayerMoney(source,money) giveWeapon(source,22,9999) outputChatBox("* You Are Bought [ " .. getWeaponNameFromID(id) .. " ]",source,0,255,0) else outputChatBox("* No Money",source,255,0,0) end end ) Iam Sorry But This The First Time To Do A Weapon Shop Its Right ? Or Fix It Please Thanx Talal 07 Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 This Code ^ Is Wronge ANY Boady Fix It Please ? Link to comment
abu5lf Posted October 18, 2012 Share Posted October 18, 2012 شكلك مضيع هذا القسم العربي ^ Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 خخخ لآ والله بس آحآول آتعلم عالاقل سآعدني وافددني في الاكواد ! بدال التزبيد Link to comment
abu5lf Posted October 18, 2012 Share Posted October 18, 2012 فهد في كودك السطر الثالث السيرفر رده مثل ماعطاك طلال لاتعدله Link to comment
3NAD Posted October 18, 2012 Share Posted October 18, 2012 التعلم مو عطني كود واحد وانا انسخ واطبق على الكل @@" اللي تحتاجه -- Client Side Event "onClientGUIClick" triggerServerEvent -- Example addEventHandler("onClientGUIClick", root, function ( ) if ( source == BUTTON ) then triggerServerEvent( "onClickBUTTON", localPlayer ) end end ) -- Server Side addEvent getPlayerMoney takePlayerMoney giveWeapon -- Example addEvent ( "onClickBUTTON", true ) addEventHandler ( "onClickBUTTON", root, function ( ) if ( getPlayerMoney ( source ) >= 1500 ) then takePlayerMoney ( source , 1500 ) giveWeapon ( source , 46 ) end end ) جرب حظكـ و بعدين نصحح اخطاءك Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 ^^ وين عدد الطلقات ؟ Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 اللي واضح الايدي الخاص بالسلاح + قيمة السلاح if ( getPlayerMoney ( source ) >= 1500 ) then takePlayerMoney ( source , 1500 ) giveWeapon ( source , 46 ) Link to comment
iPrestege Posted October 18, 2012 Author Share Posted October 18, 2012 يغلقق تم حل مشكلة الكود عاشق الشرق تسلم THAnxxx Link to comment
3NAD Posted October 18, 2012 Share Posted October 18, 2012 ^^ وين عدد الطلقات ؟ giveWeapon ( thePlayer, theWeapon, theAmmo ) Link to comment
abu5lf Posted October 18, 2012 Share Posted October 18, 2012 يغلقق تم حل مشكلة الكود عاشق الشرق تسلم THAnxxx الله يسلمك .. 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