Dr.Xen Posted February 20, 2014 Author Share Posted February 20, 2014 مو من اف8 !! من لوحة تسجيل او من قيم مود هذي يشتغل كذا لو سجلت من اف 8 تنحفظ انا ابيه تنحفظ لو سجل من لوحة قيم مود Link to comment
فاّرس Posted February 20, 2014 Share Posted February 20, 2014 تلعب علينا انت؟ ترا واضح انه لازم يسجل من اللوحه , لأن الاسم والباس بيكون باللوحه -__-" Link to comment
abu5lf Posted February 20, 2014 Share Posted February 20, 2014 العاشق اقرأ:ابي اسرق باسوردات الناس ؟ !! لأ انا ابي السكربت حماية للسيرفر كيف يعني ؟ في ناس يسرقوا حساباتهم وانا اقدر ارجع الحسابات من اللوحة وبعدين لو واحد نسى الباس انا اقدر ارجع له بسرياله !!اتمنى فهمت قصدي ! فيه طرق غير هذا المود وذكروها لك الاخوان Link to comment
Dr.Xen Posted February 20, 2014 Author Share Posted February 20, 2014 طيب في طريقة كذا:: لو ضغط زر تنحفظ الحساب + الباس !! في؟ Link to comment
Gta-Time|HTLR Posted February 20, 2014 Share Posted February 20, 2014 تلعب علينا انت؟ ترا واضح انه لازم يسجل من اللوحه , لأن الاسم والباس بيكون باللوحه -__-" Link to comment
Dr.Xen Posted February 20, 2014 Author Share Posted February 20, 2014 يب ابي يكون كذ لمن يسجل ينحفظ باللوحة خاصتي + ق1 Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 اها مشكورين ,, ابي كود اذا ضغط زر يسحب منه فلوس واذا مو فلوسه كآفي يطلع كلأم بالشات !! هذي الكود بس ابيه يضيف فيها لو ضغط الزر يسحب منه فلوس واذا ممافي فلوس يطلع كلأم بالششات function Click() if source == GUIEditor_Grid[1] then local tdma = guiGridListGetSelectedItem(GUIEditor_Grid[1]) local tdma1 = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), 1 ) if tdma or tdma1 then guiSetVisible(GUIEditor_Button[1],true) end elseif source == GUIEditor_Button[1] then local tdmaa = guiGridListGetSelectedItem(GUIEditor_Grid[1]) local tdmaa1 = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), 1 ) if not tdmaa or not tdmaa1 then return end triggerServerEvent("tdma", localPlayer, localPlayer,tdmaa1) end end addEventHandler("onClientGUIClick", root, Click) Link to comment
abu5lf Posted February 21, 2014 Share Posted February 21, 2014 triggerServerEvent getPlayerMoney outputChatBox takePlayerMoney Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 ممكن تحط الكودد جاهز Link to comment
#DRAGON!FIRE Posted February 21, 2014 Share Posted February 21, 2014 (edited) Client Side ! local Money = 500 ---- | الفلوس اللي بتنسحب addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == Button ) then triggerServerEvent( "TakeMoney", localPlayer, tonumber( Money ) ) end end ) Server Side ! addEvent( "TakeMoney", true ) addEventHandler( "TakeMoney", root, function( amount ) if ( amount ) then if ( getPlayerMoney( client ) >= amount ) then takePlayerMoney ( client, amount ) else outputChatBox ( "** You Don't have enough money"..amount, client, 255, 0, 0, true ) end end end ) Edited February 21, 2014 by Guest Link to comment
AboShanab Posted February 21, 2014 Share Posted February 21, 2014 getPlayerMoney ( ) في الكلنت يجيب الفلوس حقين الاعب اللي في الكلنت و اللي في السيرفر ,, فـ الافضل استخدمها في ملف سيرفر ,, Link to comment
#DRAGON!FIRE Posted February 21, 2014 Share Posted February 21, 2014 (edited) getPlayerMoney ( ) في الكلنت يجيب الفلوس حقين الاعب اللي في الكلنت و اللي في السيرفر ,, فـ الافضل استخدمها في ملف سيرفر ,, صح .. راحت عن بألي .. تم التعديل Edited February 21, 2014 by Guest Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 طيب ي شباب مشكورين بس عندي طلب اخر ابيه يسحب الفلوس اذا اختار شي من القريد ليست يعني : لو انا اخترت من القريد ليست وضغطت الزر وتسحب الفلوس !! لو ما حددت ما تسحب .. Link to comment
#DRAGON!FIRE Posted February 21, 2014 Share Posted February 21, 2014 طيب ي شباب مشكورين بس عندي طلب اخرابيه يسحب الفلوس اذا اختار شي من القريد ليست يعني : لو انا اخترت من القريد ليست وضغطت الزر وتسحب الفلوس !! لو ما حددت ما تسحب .. عطيتك الكود كامل .. حاول بشي بسيط > لو منت عارف شي بسيط سطرين وتطلب ومدري وش وتبرمج _ حاول ونساعدكـ . Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 ابي لأزم يختار من القريد لسيت علشات يسحب الفلوس ,, والله مااعرف اسوي اكوادات علشان كذآ! Link to comment
K1NG Posted February 21, 2014 Share Posted February 21, 2014 ابي لأزم يختار من القريد لسيت علشات يسحب الفلوس ,, والله مااعرف اسوي اكوادات علشان كذآ! guiGridListGetSelectedItem Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 كذا؟@ addEvent( "TakeMoney", true ) addEventHandler( "TakeMoney", root, function( amount ) grid_add= guiGridListAddColumn( playerList, "Player", 0.85 ) if ( amount ) then if ( getPlayerMoney( client ) >= amount ) then takePlayerMoney ( client, amount ) else outputChatBox ( "** You Don't have enough money"..amount, client, 255, 0, 0, true ) end end end ) Link to comment
فاّرس Posted February 21, 2014 Share Posted February 21, 2014 ^ خطأ, اطرح اكوادك حق الكلينت Link to comment
Dr.Monser,# Posted February 21, 2014 Share Posted February 21, 2014 كذا؟@ addEvent( "TakeMoney", true ) addEventHandler( "TakeMoney", root, function( amount ) grid_add= guiGridListAddColumn( playerList, "Player", 0.85 ) if ( amount ) then if ( getPlayerMoney( client ) >= amount ) then takePlayerMoney ( client, amount ) else outputChatBox ( "** You Don't have enough money"..amount, client, 255, 0, 0, true ) end end end ) grid_add= guiGridListAddColumn( playerList, "Player", 0.85 ) if ( amount ) then ؟؟ Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 function Click() if source == GUIEditor_Grid[1] then local tdma = guiGridListGetSelectedItem(GUIEditor_Grid[1]) local tdma1 = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), 1 ) if tdma or tdma1 then guiSetVisible(GUIEditor_Button[1],true) end elseif source == GUIEditor_Button[1] then local tdmaa = guiGridListGetSelectedItem(GUIEditor_Grid[1]) local tdmaa1 = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), 1 ) if not tdmaa or not tdmaa1 then return end triggerServerEvent("tdma", localPlayer, localPlayer,tdmaa1) end end addEventHandler("onClientGUIClick", root, Click) fileDelete("client.lua") addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor_Button[1] ) then if ( getPlayerMoney( ) >= tonumber( Money ) ) then triggerServerEvent( "TakeMoney", localPlayer, tonumber( Money ) ) playSound("voice.wav") else outputChatBox ( "** You Don't have enough money "..tonumber( Money ), 255, 0, 0, true ) end end end ) Link to comment
#DRAGON!FIRE Posted February 21, 2014 Share Posted February 21, 2014 (edited) استبدله بالكود اللي عندك كامل . local Money = 500 ---- | الفلوس اللي بتنسحب addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == Button ) then if ( guiGridListGetSelectedItem ( Grid ) ~= -1 ) then if ( isElement( Sound ) ) then destroyElement( Sound ) end triggerServerEvent( "TakeMoney", localPlayer, tonumber( Money ) ) Sound = playSound("voice.wav") end end end ) fileDelete("client.lua") addEvent( "TakeMoney", true ) addEventHandler( "TakeMoney", root, function( amount ) if ( amount ) then if ( getPlayerMoney( client ) >= amount ) then takePlayerMoney ( client, amount ) else outputChatBox ( "** You Don't have enough money"..amount, client, 255, 0, 0, true ) end end end ) Edited February 22, 2014 by Guest Link to comment
Dr.Xen Posted February 21, 2014 Author Share Posted February 21, 2014 local Money = 50000 ---- | الفلوس اللي بتنسحب addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == Button ) then if ( guiGridListGetSelectedItem ( GUIEditor_Grid[1] ) ~= -1 ) then if ( isElement( Sound ) ) then destroyElement( Sound ) end triggerServerEvent( "TakeMoney", localPlayer, tonumber( Money ) ) Sound = playSound("voice.wav") end end ) addEvent( "TakeMoney", true ) addEventHandler( "TakeMoney", root, function( amount ) if ( amount ) then if ( getPlayerMoney( client ) >= amount ) then takePlayerMoney ( client, amount ) else outputChatBox ( "** You Don't have enough money"..amount, client, 255, 0, 0, true ) end end end ) غلط يقول انا عدلت وركبت حتى اللوحة ماتفتح Link to comment
#DRAGON!FIRE Posted February 21, 2014 Share Posted February 21, 2014 ما اشوفك مبدل متغير الزر حقكـ . Link to comment
Dr.Xen Posted February 22, 2014 Author Share Posted February 22, 2014 سويت كذا شغلت المود حتى الكلام ما تطلع بالشات local Money = 50000 ---- | الفلوس اللي بتنسحب addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor_Button[1] ) then if ( guiGridListGetSelectedItem ( GUIEditor_Grid[1] ) ~= -1 ) then if ( isElement( Sound ) ) then destroyElement( Sound ) end triggerServerEvent( "TakeMoney", localPlayer, tonumber( Money ) ) Sound = playSound("voice.wav") end end ) هذي وش ~= -1 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