SAM!! Posted July 19, 2017 Share Posted July 19, 2017 (edited) الحين انا مسوي شوب بس ابي بس اشتري اختفاء من الزر يخصم مني مبلغ مثلا 300 اللف كلنــت addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor.button[11] ) then triggerServerEvent("buyInvisible",getLocalPlayer()) end end ) addEvent("buyInvisible", true) addEventHandler("buyInvisible", root, function() local check = getElementAlpha(source) == 255 outputChatBox(check and "انت الان مختفى" or "انت الان غير مختفي", source, 0, 255, 0, true) setElementAlpha(source, check and 0 or 255) setPlayerNametagShowing(source, not check) end) ياريت تعديل الكود وارسالة تاني لاهنتم Edited July 19, 2017 by mazzika!! Link to comment
Rockyz Posted July 19, 2017 Share Posted July 19, 2017 addEvent ( "buyInvisible", true) addEventHandler ( "buyInvisible", root, function ( ) local check = getElementAlpha ( source ) == 255 outputChatBox ( check and "انت الان مختفى" or "انت الان غير مختفي", source, 0, 255, 0, true ) setElementAlpha ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) if ( getPlayerMoney ( source ) >= 10000 ) then takePlayerMoney ( source, check and 10000 ) end end ) 1 Link to comment
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 #,+( _xiRoc[K]; > علي الراسء يالغالي Link to comment
Abdul KariM Posted July 19, 2017 Share Posted July 19, 2017 @#,+( _xiRoc[K]; > الافضل انك تحط التحقق حق الفلوس بالبداية لانه كودك كذا راح يعطيه اختفاء ويخفي اسمه ولو ماعنده فلوس ماراح يسحب منه Link to comment
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 Abdul KariM addEvent ( "buyInvisible", true) addEventHandler ( "buyInvisible", root, function ( ) local check = getElementAlpha ( source ) == 255 outputChatBox ( check and "انت الان مختفى" or "انت الان غير مختفي", source, 0, 255, 0, true ) setElementAlpha ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) takePlayerMoney ( source, check and 10000 ) if ( getPlayerMoney ( source ) >= 10000 ) then end end ) هيك؟ لو غلط صلحة لي Link to comment
Rockyz Posted July 19, 2017 Share Posted July 19, 2017 (edited) 4 minutes ago, Abdul KariM said: @#,+( _xiRoc[K]; > الافضل انك تحط التحقق حق الفلوس بالبداية لانه كودك كذا راح يعطيه اختفاء ويخفي اسمه ولو ماعنده فلوس ماراح يسحب منه مانتبهت لهشي بس عطيته المطلوب addEvent ( "buyInvisible", true) addEventHandler ( "buyInvisible", root, function ( ) local check = getElementAlpha ( source ) == 255 if ( getPlayerMoney ( source ) >= 10000 ) then takePlayerMoney ( source, check and 10000 ) outputChatBox ( check and "انت الان مختفى" or "انت الان غير مختفي", source, 0, 255, 0, true ) setElementAlpha ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) end end ) انا مافهمتك انت تبي ياخذ الفلوس لما يشتري ولما يشيل ولا بس لما يشتري @mazzika!! Edited July 19, 2017 by #,+( _xiRoc[K]; > Link to comment
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 #,+( _xiRoc[K]; > شككرا ياغالي في كود تاني صعب مثلة ابية بردو بفلوس مثل الاختفاء elseif ( source == GUIEditor.button[10] ) then setWorldSpecialPropertyEnabled ( "extrajump", true ) ماقصرت:) Link to comment
Master_MTA Posted July 19, 2017 Share Posted July 19, 2017 @mazzika!! حاولت افيدك لكن لقيت الشباب ما قصرو صراحه +_+ Link to comment
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 #,+( _xiRoc[K]; > ابي بس يشتري يتصم خصم الفلوس من الاعب! Master_MTA ماقصرت ويسعدني اهتمامك ياغالي مآ Link to comment
Abdul KariM Posted July 19, 2017 Share Posted July 19, 2017 @#,+( _xiRoc[K]; > takePlayerMoney في خطأ مانتبهت له بوظيفة تساوي فولس check لو كانت راح يظهر بق Link to comment
Master_MTA Posted July 19, 2017 Share Posted July 19, 2017 addEvent ( "buyInvisible", true) addEventHandler ( "buyInvisible", root, function ( ) local check = getElementAlpha ( source ) == 255 if ( getPlayerMoney ( source ) >= 10000 ) then takePlayerMoney ( source, check and 10000 or 10000 ) outputChatBox ( check and "انت الان مختفى" or "انت الان غير مختفي", source, 0, 255, 0, true ) setElementAlpha ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) end end ) 3 minutes ago, mazzika!! said: Abdul KariM الحل؟ Link to comment
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 addEvent ( "extrajump", true) addEventHandler ( "extrajump", root, function ( ) local check = setWorldSpecialPropertyEnabled( source ) == 255 if ( getPlayerMoney ( source ) >= 200000 ) then takePlayerMoney ( source, check and 200000 ) outputChatBox ( check and "انت الان تستطيع قفز قفزة خارقة مختفى" or "انت الان لا تستتعطيع ان تقفز قفزة خارقة", source, 0, 255, 0, true ) setWorldSpecialPropertyEnabled ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) end end ) صح ذا ولو مو صح ممكن التعديل؟ Master_MTA مشكور ممكن تشوف اخر شئ؟ Link to comment
Rockyz Posted July 19, 2017 Share Posted July 19, 2017 22 minutes ago, mazzika!! said: addEvent ( "extrajump", true) addEventHandler ( "extrajump", root, function ( ) local check = setWorldSpecialPropertyEnabled( source ) == 255 if ( getPlayerMoney ( source ) >= 200000 ) then takePlayerMoney ( source, check and 200000 ) outputChatBox ( check and "انت الان تستطيع قفز قفزة خارقة مختفى" or "انت الان لا تستتعطيع ان تقفز قفزة خارقة", source, 0, 255, 0, true ) setWorldSpecialPropertyEnabled ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) end end ) صح ذا ولو مو صح ممكن التعديل؟ Master_MTA مشكور ممكن تشوف اخر شئ؟ ليش مسوي تريقر والفنكشن كلينت $_________$ Link to comment
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 #,+( _xiRoc[K]; > طيب ووش اسوي انا حولت علي قدر ماقدر اظبط الكود؟ ممكن تظبطة لي؟ #,+( _xiRoc[K]; > رد يابن الحلال Link to comment
xX|KeMo|Xx Posted July 19, 2017 Share Posted July 19, 2017 if isWorldSpecialPropertyEnabled ("extrajump") == false then if getPlayerMoney() < 200000 then return end takePlayerMoney(200000) setWorldSpecialPropertyEnabled("extrajump", true) end Link to comment
Rockyz Posted July 19, 2017 Share Posted July 19, 2017 7 minutes ago, xX|KeMo|Xx said: if isWorldSpecialPropertyEnabled ("extrajump") == false then if getPlayerMoney() < 200000 then return end takePlayerMoney(200000) setWorldSpecialPropertyEnabled("extrajump", true) end takePlayerMoney بتكون افضل لو كانت في السيرفر Link to comment
xX|KeMo|Xx Posted July 19, 2017 Share Posted July 19, 2017 2 minutes ago, #,+( _xiRoc[K]; > said: takePlayerMoney بتكون افضل لو كانت في السيرفر تمام بسيطه صاحب الكود يظبها على الاكواد عنده مثل هيك ... if isWorldSpecialPropertyEnabled ("extrajump") == false then --ضيفها وقت يضغط زر انه يشتري القفز وبعديها سوي الترايقر if getPlayerMoney(source) < 200000 then return end -- حطها سيرفر takePlayerMoney(source,200000) -- حطها سيرفر setWorldSpecialPropertyEnabled("extrajump", true) --ارسل ترايقر عوده للكلنت وحط فيها الكود end 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