Never014 Posted February 24, 2018 Share Posted February 24, 2018 addEvent("fadeCameraOnSpawn", true) addEventHandler("fadeCameraOnSpawn", getLocalPlayer(), function() start = getTickCount() end ) local bRespawn = nil function showRespawnButton(victimDropItem) showCursor(true) local width, height = 201,54 local scrWidth, scrHeight = guiGetScreenSize() local x = scrWidth/2 - (width/2) local y = scrHeight/1.1 - (height/2) bRespawn = guiCreateButton(x, y, width, height,"Respawn",false) guiSetEnabled ( bRespawn,false ) setTimer ( guiSetEnabled,300000,1,bRespawn,true ) guiSetFont(bRespawn,"sa-header") addEventHandler("onClientGUIClick", bRespawn, function () if bRespawn then destroyElement(bRespawn) bRespawn = nil showCursor(false) guiSetInputEnabled(false) end triggerServerEvent("es-system:acceptDeath", getLocalPlayer(), getLocalPlayer(), victimDropItem) showCursor(false) end, false) end addEvent("es-system:showRespawnButton", true) addEventHandler("es-system:showRespawnButton", getLocalPlayer(),showRespawnButton) function closeRespawnButton() if bRespawn then destroyElement(bRespawn) bRespawn = nil showCursor(false) guiSetInputEnabled(false) end end addEvent("es-system:closeRespawnButton", true) addEventHandler("es-system:closeRespawnButton", getLocalPlayer(),closeRespawnButton) --- انا مخلي مني يموت شخص يطلع له ريسباون بعد 5 دقائق بس ابغا اخلي وقت يضهر فوق ريسباون يعني 5 دقائق لين تخلص يسمح له بعمل ريسباون كما قلت لكم انا مسويها بس وقت ما يضهر بدي اسويها بس على حسب لاعب لكي يفهم انه لزم ينتضر 5 دقائق لكي يسوي ريسبااون Link to comment
#\_oskar_/# Posted February 25, 2018 Share Posted February 25, 2018 شوف الموضوع دا الاول وبعدين اطرح اكوادك Link to comment
Ram, Posted February 26, 2018 Share Posted February 26, 2018 سلآم عليكم .. أول شيء , لازم تسوي ليبل Label ومكتوب عليه مثلاً تبقى للريسباون : 5 دقائق . وتسوي له guiSetVisible وبعدها , تسوي تايمر وتسوي guiSetText المهم , سويتهآ لك .. أتمنى إني أفدتك . ملاحظة : لازم تكون ب ملف كلنت addEvent("fadeCameraOnSpawn", true) addEventHandler("fadeCameraOnSpawn", getLocalPlayer(), function() start = getTickCount() end ) local bRespawn = nil function showRespawnButton(victimDropItem) showCursor(true) local width, height = 201,54 local scrWidth, scrHeight = guiGetScreenSize() local x = scrWidth/2 - (width/2) local y = scrHeight/1.1 - (height/2) bRespawn = guiCreateButton(x, y, width, height,"Respawn",false) guiSetEnabled ( bRespawn,false ) lRespawn = guiCreateLabel(screenW - 274 - 10, (screenH - 123) / 2, 274, 123, "تبقى للريسباون : 5 دقائق", false) guiLabelSetColor(lRespawn, 245, 214, 9) setTimer ( guiSetEnabled,300000,1,bRespawn,true ) guiSetFont(bRespawn,"sa-header") setTimer(awq,60000,1) addEventHandler("onClientGUIClick", bRespawn, function () if bRespawn then destroyElement(bRespawn) bRespawn = nil showCursor(false) guiSetInputEnabled(false) end triggerServerEvent("es-system:acceptDeath", getLocalPlayer(), getLocalPlayer(), victimDropItem) showCursor(false) end, false) end addEvent("es-system:showRespawnButton", true) addEventHandler("es-system:showRespawnButton", getLocalPlayer(),showRespawnButton) function awq ( ) guiSetText(lRespawn," تبقى للريسباون : 4 دقائق") setTimer(wq,60000,1) end function wq ( ) guiSetText(lRespawn,"تبقى للريسباون : 3 دقائق") setTimer(wqx,60000,1) end function wqx ( ) guiSetText(lRespawn,"تبقى للريسباون : دقيقتان") setTimer(wqxx,60000,1) end function wqxx ( ) guiSetText(lRespawn,"تبقى للريسباون : دقيقة واحدة") end function closeRespawnButton() if bRespawn then destroyElement(bRespawn) destroyElement(lRespawn) bRespawn = nil lRespawn = nil showCursor(false) guiSetInputEnabled(false) end end addEvent("es-system:closeRespawnButton", true) addEventHandler("es-system:closeRespawnButton", getLocalPlayer(),closeRespawnButton) بلتوفيق 1 Link to comment
#Major . Posted March 3, 2018 Share Posted March 3, 2018 On 2/26/2018 at 20:39, AbU - W6N said: سلآم عليكم .. أول شيء , لازم تسوي ليبل Label ومكتوب عليه مثلاً تبقى للريسباون : 5 دقائق . وتسوي له guiSetVisible وبعدها , تسوي تايمر وتسوي guiSetText المهم , سويتهآ لك .. أتمنى إني أفدتك . ملاحظة : لازم تكون ب ملف كلنت addEvent("fadeCameraOnSpawn", true) addEventHandler("fadeCameraOnSpawn", getLocalPlayer(), function() start = getTickCount() end ) local bRespawn = nil function showRespawnButton(victimDropItem) showCursor(true) local width, height = 201,54 local scrWidth, scrHeight = guiGetScreenSize() local x = scrWidth/2 - (width/2) local y = scrHeight/1.1 - (height/2) bRespawn = guiCreateButton(x, y, width, height,"Respawn",false) guiSetEnabled ( bRespawn,false ) lRespawn = guiCreateLabel(screenW - 274 - 10, (screenH - 123) / 2, 274, 123, "تبقى للريسباون : 5 دقائق", false) guiLabelSetColor(lRespawn, 245, 214, 9) setTimer ( guiSetEnabled,300000,1,bRespawn,true ) guiSetFont(bRespawn,"sa-header") setTimer(awq,60000,1) addEventHandler("onClientGUIClick", bRespawn, function () if bRespawn then destroyElement(bRespawn) bRespawn = nil showCursor(false) guiSetInputEnabled(false) end triggerServerEvent("es-system:acceptDeath", getLocalPlayer(), getLocalPlayer(), victimDropItem) showCursor(false) end, false) end addEvent("es-system:showRespawnButton", true) addEventHandler("es-system:showRespawnButton", getLocalPlayer(),showRespawnButton) function awq ( ) guiSetText(lRespawn," تبقى للريسباون : 4 دقائق") setTimer(wq,60000,1) end function wq ( ) guiSetText(lRespawn,"تبقى للريسباون : 3 دقائق") setTimer(wqx,60000,1) end function wqx ( ) guiSetText(lRespawn,"تبقى للريسباون : دقيقتان") setTimer(wqxx,60000,1) end function wqxx ( ) guiSetText(lRespawn,"تبقى للريسباون : دقيقة واحدة") end function closeRespawnButton() if bRespawn then destroyElement(bRespawn) destroyElement(lRespawn) bRespawn = nil lRespawn = nil showCursor(false) guiSetInputEnabled(false) end end addEvent("es-system:closeRespawnButton", true) addEventHandler("es-system:closeRespawnButton", getLocalPlayer(),closeRespawnButton) بلتوفيق getTimerDetails اتوقع يقدر يستخم هذي ؟ افضل له Link to comment
Ram, Posted March 4, 2018 Share Posted March 4, 2018 23 hours ago, *RayaN-Alharbi. said: getTimerDetails اتوقع يقدر يستخم هذي ؟ افضل له يس , راحت عن بالي . 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