SAM!! Posted July 25, 2017 Share Posted July 25, 2017 المشكلة هون لو انا مامعي فلوس يخليني اختفي.. addEvent ( "buyInvisible", true) addEventHandler ( "buyInvisible", root, function ( ) local check = getElementAlpha ( source ) == 255 if ( getPlayerMoney ( source ) >= 200000 ) then takePlayerMoney ( source, check and 200000 or 200000 ) outputChatBox ( check and "#800080#[ Server - HarD ] #FF0000You are now ##00FFFFhidden" or "#800080#[ Server - HarD ] #FF0000Now you are not ##00FFFFhidden", source, 255, 255, 255, true ) else outputChatBox("#800080#[ Server - HarD ] #FF0000Your money is not ##00FFFFenough", source, 255, 255, 255, true) setElementAlpha ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) end end ) انا ابي بس لو مامعي فلوس لايختفي Link to comment
iyaad Posted July 25, 2017 Share Posted July 25, 2017 اخي انت حاط المود بقروب الادمن عند الاسل؟ 1 Link to comment
iyaad Posted July 25, 2017 Share Posted July 25, 2017 لا تفكر انو المود لو ركبته يقدر ينفذ كل الاوامر بشكل صحيح ولها صله بأمور محظوره يعني :- ( ركبت مود فيه امر اعطأ فريز لما تخش ماركر , اوكي ؟ الحين لانو مو مسجل بقروب الادمن , ما معو صلاحيات يعطي فريز فلهذا ما رح يعطي ) وهكذا ...ا 1 Link to comment
SAM!! Posted July 25, 2017 Author Share Posted July 25, 2017 iyaad حطيتة وماظبت وش الحل Link to comment
Abdul KariM Posted July 25, 2017 Share Posted July 25, 2017 addEvent ( "buyInvisible", true) addEventHandler ( "buyInvisible", root, function ( ) local check = getElementAlpha ( source ) == 255 if ( getPlayerMoney ( source ) >= 200000 ) then takePlayerMoney ( source, 200000 ) outputChatBox ( check and "#800080#[ Server - HarD ] #FF0000You are now ##00FFFFhidden" or "#800080#[ Server - HarD ] #FF0000Now you are not ##00FFFFhidden", source, 255, 255, 255, true ) setElementAlpha ( source, check and 0 or 255 ) setPlayerNametagShowing ( source, not check ) else outputChatBox("#800080#[ Server - HarD ] #FF0000Your money is not ##00FFFFenough", source, 255, 255, 255, true) end end ) Link to comment
#\_oskar_/# Posted July 25, 2017 Share Posted July 25, 2017 2 hours ago, iyaad said: اخي انت حاط المود بقروب الادمن عند الاسل؟ مايحتاج يضيفه بقروب ادمن ! 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