Jump to content

تصحيح كود شراء


Recommended Posts

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 ) 

ياريت تصلحو ذا الككود

Link to comment
3 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 ) 

ياريت تصلحو ذا الككود

 

كمل في موضوعك السابق

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