Jump to content

تصحيح كود


Recommended Posts

Posted

المشكلة هون لو انا مامعي فلوس يخليني اختفي..

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 ) 

انا ابي بس لو مامعي فلوس لايختفي

p_5885jkuw0.png

560x95_FFFFFF_FF9900_000000_000000.png

Posted

لا تفكر انو المود لو ركبته يقدر ينفذ كل الاوامر بشكل صحيح ولها صله بأمور محظوره 

يعني :-

( ركبت مود فيه  امر اعطأ فريز لما تخش ماركر , اوكي ؟ الحين لانو مو مسجل بقروب الادمن , ما معو صلاحيات يعطي فريز فلهذا ما رح يعطي )

وهكذا ...ا

  • Like 1
Posted
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 / اذا حاب تدعمني

Posted
2 hours ago, iyaad said:

اخي انت حاط المود بقروب الادمن عند الاسل؟

مايحتاج يضيفه بقروب ادمن !

TehLMGN.png?1

 

سبحان الله وبحمده سبحان الله العظيم

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...