SAM!! Posted July 19, 2017 Share Posted July 19, 2017 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
Rockyz Posted July 19, 2017 Share Posted July 19, 2017 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
SAM!! Posted July 19, 2017 Author Share Posted July 19, 2017 #,+( _xiRoc[K]; > دا كود ثاني ياريت تساعدني 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