Jump to content

وش المشكلة هنا


Recommended Posts

سيرفر

addEvent ( "VIP20", true )
addEventHandler ( "VIP20", root,
function (  )
executeCommandHandler("VIP")

 
                    end
    end
)

كلنت

addEventHandler('onClientGUIClick', root, 
	
	function ( ) 
		if source == btn.vip then
			guiSetVisible( wnd1, false )
			showCursor( false )
triggerServerEvent("VIP20", localPlayer) 
			
		end
	end
)

ماحطيت

executeCommandHandler("VIP")

في الكلنت

لان الكوماند للمود الثاني موجودة في السيرفر

ياريت احد يصحح لي الاكواد الي فوق

Link to comment

مالها شغل بمكان الكوماند

addEventHandlerad ('onClientGUIClick', root, 	
	function ( ) 
		if source == btn.vip then
			guiSetVisible( wnd1, false )
			showCursor( false )
			executeCommandHandler("VIP")	
		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...