#Mr.alkmasha Posted November 1, 2014 Share Posted November 1, 2014 اسلام عليكم انا كل ما اسوي سكربت و احط فيه اخفاء الماوس و مثلا اجي اضغط الزر المؤشر ما يختفي وش الحل و ب كل سكربت يصير معي كذا و ذا كود ك مثال addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor_Button[1] ) then showCursor(false) guiSetVisible (xxxx, false) triggerServerEvent( "PlayerTeam", localPlayer ) elseif ( source == GUIEditor_Button[2]) then showCursor(false) guiSetVisible (xxxx, false) end end ) Link to comment
#DRAGON!FIRE Posted November 1, 2014 Share Posted November 1, 2014 addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor_Button[1] ) then guiSetVisible ( xxxx, false ) showCursor ( guiGetVisible ( xxxx ) ) triggerServerEvent( "PlayerTeam", localPlayer ) elseif ( source == GUIEditor_Button[2] ) then guiSetVisible ( xxxx, false ) showCursor ( guiGetVisible ( xxxx ) ) end end ) Link to comment
#Mr.alkmasha Posted November 1, 2014 Author Share Posted November 1, 2014 addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor_Button[1] ) then guiSetVisible ( xxxx, false ) showCursor ( guiGetVisible ( xxxx ) ) triggerServerEvent( "PlayerTeam", localPlayer ) elseif ( source == GUIEditor_Button[2] ) then guiSetVisible ( xxxx, false ) showCursor ( guiGetVisible ( xxxx ) ) end end ) ما زبط Link to comment
#DRAGON!FIRE Posted November 1, 2014 Share Posted November 1, 2014 اجل المشكلة من عندكـ . Link to comment
TAPL Posted November 1, 2014 Share Posted November 1, 2014 إذا كنت مستخدم الفنكشن ذا guiSetInputEnabled false تأكد انك حطيته لان الفنكشن ذا يطلع الماوس بالمناسبة Link to comment
#Mr.alkmasha Posted November 1, 2014 Author Share Posted November 1, 2014 إذا كنت مستخدم الفنكشن ذا guiSetInputEnabled false تأكد انك حطيته لان الفنكشن ذا يطلع الماوس بالمناسبة شكرا اخوي زبط 100 % 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