Mr.Mostafa Posted August 9, 2018 Share Posted August 9, 2018 سلام عليكم آلفري روم آلآصلي حق آللعبة لو ضغطت آنتحآر ينزل علي آلآرض كذآ ويطلع صوت ويموت لكن آلفري روم حق سيرفري لو ضغطت آنتحآر علطول يموت في آقل من ثآنية ويرسبن هآدي كيف آعدلهآ آخليهآ زي آلفري روم آلآصلي Link to comment
N3xT Posted August 9, 2018 Share Posted August 9, 2018 اطرح كود القتل حق الفري روم حقك Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 function killLocalPlayer() if getElementDimension( localPlayer ) == 30 then return outputChatBox("لآ يمكنك فعل هذآ آثنآء آلديربي",255,0,0) end guiSetEnabled (getControl(wndMain, 'انتحار'),false) server.killPed(g_Me) setTimer(function() guiSetEnabled(getControl(wndMain, 'انتحار'),true) end, 5000, 1 ) end -- server killPed = { option = 'kill', descr = 'Killing yourself' }, Link to comment
#DRAGON!FIRE Posted August 9, 2018 Share Posted August 9, 2018 استبدل السطر الرابع بهذا .. طبعا ما اعرف المشكله ممكن ما تكون من الفري روم لكن جرب : setElementHealth(localPlayer,0) Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 24 minutes ago, #DRAGON!FIRE said: استبدل السطر الرابع بهذا .. طبعا ما اعرف المشكله ممكن ما تكون من الفري روم لكن جرب : setElementHealth(localPlayer,0) يب يشتغل عادي لكن المشكلة ما يرسبن الا لو حطيت هادا الكود بمود والمشكلة لما احط الكود هادا بمود تخرب مرة تانية addEventHandler( 'onPlayerWasted', root, function() local x, y, z = unpack(RespawnPositions[math.random(#RespawnPositions)]) spawnPlayer ( source,x, y, z,180, 46, 0, 0) end ) Link to comment
N3xT Posted August 9, 2018 Share Posted August 9, 2018 مشكلتك انه اول ما يموت اللاعب انت ترسبنه فما تشوف الحركة اللي انت تبيها يبيلك تايمر وبعدها تسوي السباون Link to comment
Ram, Posted August 9, 2018 Share Posted August 9, 2018 جرب function killLocalPlayer() if getElementDimension( localPlayer ) == 30 then return outputChatBox("لآ يمكنك فعل هذآ آثنآء آلديربي",255,0,0) end guiSetEnabled (getControl(wndMain, 'انتحار'),false) setTimer(function() server.killPed(g_Me) guiSetEnabled(getControl(wndMain, 'انتحار'),true) end, 5000, 1 ) end -- server killPed = { option = 'kill', descr = 'Killing yourself' }, 1 Link to comment
N3xT Posted August 9, 2018 Share Posted August 9, 2018 1 hour ago, #Ram said: جرب function killLocalPlayer() if getElementDimension( localPlayer ) == 30 then return outputChatBox("لآ يمكنك فعل هذآ آثنآء آلديربي",255,0,0) end guiSetEnabled (getControl(wndMain, 'انتحار'),false) setTimer(function() server.killPed(g_Me) guiSetEnabled(getControl(wndMain, 'انتحار'),true) end, 5000, 1 ) end -- server killPed = { option = 'kill', descr = 'Killing yourself' }, onPlayerWasted - التايمر يكون بالحدث Link to comment
Ram, Posted August 9, 2018 Share Posted August 9, 2018 (edited) 4 hours ago, N3xT said: onPlayerWasted - التايمر يكون بالحدث أعتقد إنه مسوي addEventHandler("onPlayerWasted",root,killLocalPlayer) لكن تضبط عالجهتين لأننا سوينا له قتل بنفس التايمر الثاني حق الإنيبولد . وأصلاً مالها داعي الهرجة كلها , يبرمج الزر من اول وجديد وخلاص @KillerX ماظن في شي يضحك Edited August 9, 2018 by #Ram Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 addEventHandler( 'onPlayerWasted', root, function() setTimer(function() local x, y, z = unpack(RespawnPositions[math.random(#RespawnPositions)]) spawnPlayer ( source,x, y, z,180, 46, 0, 0) end, 5000, 1 ) end ) Link to comment
TOUNSI |, السعأدة Posted August 9, 2018 Share Posted August 9, 2018 local seconds = 3 addEventHandler( 'onPlayerWasted', root, function() setTimer(function() local x, y, z = unpack(RespawnPositions[math.random(#RespawnPositions)]) spawnPlayer ( source,x, y, z,180, 46, 0, 0) end,600*seconds,1,source) end ) Link to comment
SycroX Posted August 9, 2018 Share Posted August 9, 2018 49 minutes ago, MR.TOUNSI said: local seconds = 3 addEventHandler( 'onPlayerWasted', root, function() setTimer(function() local x, y, z = unpack(RespawnPositions[math.random(#RespawnPositions)]) spawnPlayer ( source,x, y, z,180, 46, 0, 0) end,600*seconds,1,source) end ) حسابك للثواني غلط سورس غير معرفه في الفانكشن نفسها التصحيح : function(source) end, seconds*1000, 1, source) 1 Link to comment
TOUNSI |, السعأدة Posted August 9, 2018 Share Posted August 9, 2018 11 minutes ago, #َxLysandeR said: حسابك للثواني غلط سورس غير معرفه في الفانكشن نفسها التصحيح : function(source) end, seconds*1000, 1, source) مسويله ايه من هاتف م انتبهت وشكرا لك ^،^ Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 طيب وش آلفرق بين دي ودي وهل تفرق؟ @#َxLysandeR end,6000,1, source) ---و end, 6000, 1 ) Link to comment
SycroX Posted August 9, 2018 Share Posted August 9, 2018 (edited) 14 minutes ago, Mr.Mostafa said: طيب وش آلفرق بين دي ودي وهل تفرق؟ @#َxLysandeR end,6000,1, source) ---و end, 6000, 1 ) setTimer ( function theFunction, int timeInterval, int timesToExecute, [ var arguments... ] ) في فرق طبعا لانك في الأولي معرف اللاعب لاكن في الثانيه لا Edited August 9, 2018 by #َxLysandeR Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 Just now, #َxLysandeR said: setTimer ( function theFunction, int timeInterval, int timesToExecute, [ var arguments... ] ) Link to comment
SycroX Posted August 9, 2018 Share Posted August 9, 2018 Just now, Mr.Mostafa said: :- Example 1 : setTimer(getPlayerMoney, 6000, 1) Example 2 : setTimer(getPlayerMoney, 6000, 1, player) تقدر تقولي اي مثال من الأتنين دول الصح ؟ Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 2 minutes ago, #َxLysandeR said: :- Example 1 : setTimer(getPlayerMoney, 6000, 1) Example 2 : setTimer(getPlayerMoney, 6000, 1, player) تقدر تقولي اي مثال من الأتنين دول الصح ؟ آحذف سؤآلين . Link to comment
#Major . Posted August 9, 2018 Share Posted August 9, 2018 3 minutes ago, #َxLysandeR said: setTimer(getPlayerMoney, 6000, 1, player) 1 Link to comment
Mr.Mostafa Posted August 9, 2018 Author Share Posted August 9, 2018 2 minutes ago, *RayaN-Alharbi. said: +1 Link to comment
Ram, Posted August 9, 2018 Share Posted August 9, 2018 2 hours ago, *RayaN-Alharbi. said: لك علامتين :3 1 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