mohssan123 Posted March 14, 2013 Posted March 14, 2013 ابغي اذا مات الاعب تظهر ليه نافذه ويش لازم استخدم
iPrestege Posted March 14, 2013 Posted March 14, 2013 "onClientPlayerWasted" -- Event guiSetVisible -- اظهار النافذه showCursor -- اظهار المؤشر
mohssan123 Posted March 14, 2013 Author Posted March 14, 2013 "onClientPlayerWasted" -- Event guiSetVisible -- اظهار النافذه showCursor -- اظهار المؤشر مشكور تمت الافادة
mohssan123 Posted March 15, 2013 Author Posted March 15, 2013 العفو | You're Welcome (; . سويت الكود لكن صار اذا مت الاعب تطلع الوحة لكل الاعبين addEventHandler("onClientPlayerWasted", root, function() guiSetVisible ( wnd,true ) showCursor (true ) end )
iPrestege Posted March 15, 2013 Posted March 15, 2013 addEventHandler("onClientPlayerWasted",localPlayer, function() guiSetVisible ( wnd,true ) showCursor (true ) end )
mohssan123 Posted March 15, 2013 Author Posted March 15, 2013 addEventHandler("onClientPlayerWasted",localPlayer, function() guiSetVisible ( wnd,true ) showCursor (true ) end ) مشكور
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