3ssol Posted June 5, 2013 Share Posted June 5, 2013 السلام عليكم شباب ابي اي لاعب يدخل اول مايخلص تحميله تفتحله لوحه واذا عنده تحميل ماتفتحله Link to comment
jafar Posted June 5, 2013 Share Posted June 5, 2013 "onClientPlayerJoin" guiSetVisible Link to comment
PaiN^ Posted June 5, 2013 Share Posted June 5, 2013 onClientPlayerJoin > This event is triggered when a player joins a server. It is triggered for all players except the local player onClientResourceStart Link to comment
#DRAGON!FIRE Posted June 5, 2013 Share Posted June 5, 2013 addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(Win, not guiGetVisible(Win)) showCursor(guiGetVisible(Win)) end ) Win = اسم النــأفذة Link to comment
#DRAGON!FIRE Posted June 5, 2013 Share Posted June 5, 2013 addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(Win,true) showCursor(true) end ) #!~ المـــشكلة من عندك # الكود سليم 100 % #+ المهم : جرب ذا Link to comment
3ssol Posted June 5, 2013 Author Share Posted June 5, 2013 اخوي كودك يطلع الماوس بس مايفتح الوحه addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(GUIEditor.window[1],true) showCursor(true) end ) وغلط :\ Link to comment
3ssol Posted June 5, 2013 Author Share Posted June 5, 2013 خلاص تم حل المشكله مشكورين Link to comment
#DRAGON!FIRE Posted June 5, 2013 Share Posted June 5, 2013 (edited) خلاص تم حل المشكله مشكورين . قلت لكـ المشكلة من عندكـ .. العفو Edited September 12, 2014 by Guest Link to comment
3ssol Posted June 5, 2013 Author Share Posted June 5, 2013 طيب اخوي ابيها اول ماتفتح تصير شاشة سودا سويت كذا وماضبط addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(GUIEditor.window[1],true) showCursor(true) fadeCamera(localplayer, false) end ) Link to comment
PaiN^ Posted June 5, 2013 Share Posted June 5, 2013 addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(GUIEditor.window[1],true) showCursor(true) fadeCamera(false) end ) Link to comment
#DRAGON!FIRE Posted June 5, 2013 Share Posted June 5, 2013 طيب اخوي ابيها اول ماتفتح تصير شاشة سوداسويت كذا وماضبط addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(GUIEditor.window[1],true) showCursor(true) fadeCamera(localplayer, false) end ) addEventHandler( "onClientResourceStart", resourceRoot, function( ) guiSetVisible(GUIEditor.window[1],true) showCursor(true) fadeCamera(false) end ) #~ الفري روم يسبب بعدم ظهور الفيد #~ قيم مود بلاي كمان هو يسبب تأكد من الاثنين في الفري روم تلقى ذا addEventHandler('onClientResourceStart', g_ResRoot, function() fadeCamera(true) setTimer(getPlayers, 1000, 1) createWindow(wndMain) hideAllWindows() setJetpackMaxHeight ( 999999999 ) end ) شيل fadeCamera(true) ---------------------------------------------- قيم مود بلاي addEventHandler("onResourceStart", resourceRoot, function() resetMapInfo() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end repeat until spawnPlayer ( player, -3856.4111328125+math.random(1,5), -3007.5424804688+math.random(5,9), 37.47940826416, 180, 46, 0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) شيل fadeCamera(player, true) 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