Dr.Marco Posted July 18, 2016 Share Posted July 18, 2016 السلام عليكم طلبااتي كتيرة هدي الايام اشفين على عموم انا عندي لوحة اببيه لما يضغط زر حق ششراء يتحقق هل لديه 20 مليون وساعاتو فوق 200 ولو كان متطلبات نفسها يشتريها ======================= Link to comment
a7zan Posted July 18, 2016 Share Posted July 18, 2016 اعتقد "onClientGUIClick" getPlayerMoney getElementData Link to comment
^iiEcoo'x_) Posted July 18, 2016 Share Posted July 18, 2016 طيب م يحتاج ؟ getElementsByType Link to comment
Dr.Marco Posted July 18, 2016 Author Share Posted July 18, 2016 شبااب متال جاهز تكفون Link to comment
Dr.Marco Posted July 18, 2016 Author Share Posted July 18, 2016 اوك ابي لي عنهم رتبة vip لما يكتب باف 8 كلمة تظهر لهم لوحة Link to comment
xBeSoOo Posted July 18, 2016 Share Posted July 18, 2016 وش بيشتري اشرح اكثر عشان اقدر اساعدك Link to comment
Dr.Marco Posted July 18, 2016 Author Share Posted July 18, 2016 وش بيشتري اشرح اكثر عشان اقدر اساعدك انا مسوي لوحة VIP يعني لي يقدر يشتري لوحة لازم يكون ساعاتو فوق 200 وفلوسو 20 مليون Link to comment
' A F . Posted July 18, 2016 Share Posted July 18, 2016 ^ لأ هو يبي يجيب ساعات اللاعب مو اللاعبين كلهم .. @a7zan آحسن يستخدم triggerServerEvent عشان الفلوس ماتكون وهمية .. Link to comment
Dr.Marco Posted July 18, 2016 Author Share Posted July 18, 2016 شبااب زي كدا حق فلوس addEventHandler('onClientGUIClick',root, function() if source == ok then local money = getPlayerMoney(thePlayer) if (money > 20000000) then outputChatBox("لديك المال الكافي للعضوية " .. tostring(money), thePlayer) else outputChatBox("ليس ليديك المال الكافي لشراء", thePlayer) end end addCommandHandler("checkMoney", checkMoney) end end ) Link to comment
' A F . Posted July 18, 2016 Share Posted July 18, 2016 غير مجرب . --- # Client Side addEventHandler("onClientGUIClick",resourceRoot , function ( ) if ( source == ok ) then triggerServerEvent("CheckMoney",localPlayer) end end ); --- # Server addEvent("CheckMoney",true) addEventHandler("CheckMoney",root, function ( ) if ( getPlayerMoney ( source ) >= 20000000 ) then outputChatBox("Yes",source,255,255,0,true) else outputChatBox("No",source,255,255,0,true) end end ); Link to comment
Dr.Marco Posted July 18, 2016 Author Share Posted July 18, 2016 غير مجرب . --- # Client Side addEventHandler("onClientGUIClick",resourceRoot , function ( ) if ( source == ok ) then triggerServerEvent("CheckMoney",localPlayer) end end ); --- # Server addEvent("CheckMoney",true) addEventHandler("CheckMoney",root, function ( ) if ( getPlayerMoney ( source ) >= 20000000 ) then outputChatBox("Yes",source,255,255,0,true) else outputChatBox("No",source,255,255,0,true) end end ); ض2 نسيت تيقر سيرفر ايفنت شكرا اوك ابي متال نفس شكل على ساعات بتكون كفيتي وووفيتي Link to comment
iMr.SFA7 Posted July 18, 2016 Share Posted July 18, 2016 شف سكربت الساعات الي عندك يحفظ الساعات على ايش اذا كان يحفظ على ElementData -- getElementData AccountData -- getAccountData 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