Jump to content

تصحيح كود


Recommended Posts

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

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

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

يعني :-

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

وهكذا ...ا

  • Like 1
Link to comment
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

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...