SAM!! Posted July 25, 2017 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 ) انا ابي بس لو مامعي فلوس لايختفي
iyaad Posted July 25, 2017 Posted July 25, 2017 لا تفكر انو المود لو ركبته يقدر ينفذ كل الاوامر بشكل صحيح ولها صله بأمور محظوره يعني :- ( ركبت مود فيه امر اعطأ فريز لما تخش ماركر , اوكي ؟ الحين لانو مو مسجل بقروب الادمن , ما معو صلاحيات يعطي فريز فلهذا ما رح يعطي ) وهكذا ...ا 1
Abdul KariM Posted July 25, 2017 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 ) [ Skype : kreee89 - Discord : Abdul_KariM#1326 / طلبات البرمجة ] https://www.paypal.me/AbdulKariMx / اذا حاب تدعمني
#\_oskar_/# Posted July 25, 2017 Posted July 25, 2017 2 hours ago, iyaad said: اخي انت حاط المود بقروب الادمن عند الاسل؟ مايحتاج يضيفه بقروب ادمن ! سبحان الله وبحمده سبحان الله العظيم
Abdul KariM Posted July 28, 2017 Posted July 28, 2017 حياك [ Skype : kreee89 - Discord : Abdul_KariM#1326 / طلبات البرمجة ] https://www.paypal.me/AbdulKariMx / اذا حاب تدعمني
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