xb0 Posted October 26, 2015 Share Posted October 26, 2015 السلام عليكم ورحمه الله وبركاته شباب انا عندي مشكله بـ يوم اضغط زر باي لوحه يصير الترايقر حق اي مود ثاني + عندي هذا الكود addEvent("1",true) addEventHandler("1",root, function () takePlayerMoney (source,50) giveWeapon ( source, 22, 900 ) outputChatBox ( "#FF0000* تم شراء السلاح بنجاح #ffffff", source, 255, 0, 0, true ) end ) وهذا الكلينت addEventHandler ("onClientGUIClick", getRootElement(), function () if (source ==GUIEditor.button[1]) then triggerServerEvent("1",localPlayer) end end ) خربان يوم اسويه مايشتغل وهذي صورة من الدي بق Link to comment
Rockyz Posted October 26, 2015 Share Posted October 26, 2015 -- # Client Side ! addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent ( "BuyWep", localPlayer ) end end ) -- # Server Side ! addEvent ( "BuyWep", true ) addEventHandler ( "BuyWep", root, function ( ) if ( getPlayerMoney ( source ) >= 50 ) then takePlayerMoney ( source, 50 ) giveWeapon ( source, 22, 900 ) outputChatBox ( "#FF0000* تم شراء السلاح بنجاح #ffffff", source, 255, 0, 0, true ) end end ) اطرح الميتا + حول كل الملفات لترميز UTF-8 لانها صادتني وحولت الترميز الى UTF-8 وضبطت Link to comment
xb0 Posted October 26, 2015 Author Share Posted October 26, 2015 -- # Client Side ! addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent ( "BuyWep", localPlayer ) end end ) -- # Server Side ! addEvent ( "BuyWep", true ) addEventHandler ( "BuyWep", root, function ( ) if ( getPlayerMoney ( source ) >= 50 ) then takePlayerMoney ( source, 50 ) giveWeapon ( source, 22, 900 ) outputChatBox ( "#FF0000* تم شراء السلاح بنجاح #ffffff", source, 255, 0, 0, true ) end end ) اطرح الميتا + حول كل الملفات لترميز UTF-8 لانها صادتني وحولت الترميز الى UTF-8 وضبطت وعندي مود ثاني وفيه ترايقر بنفس الاسم give طيب اخي انا عندي مود فيه ترايقر واسمه فا يوم اضغط على الزر ويسوي ترايقر يصير تكرار بالمودين وتشتغل الوظيفه على المودين وتصير مشكله فا ايش حلها هذا كان مقصدي Link to comment
MoDeR2014 Posted October 27, 2015 Share Posted October 27, 2015 غير اسم التريقر أيفنت * Link to comment
xb0 Posted October 27, 2015 Author Share Posted October 27, 2015 مشكور خلاص ققرت اغير الاسم وبس 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