Jump to content

Recommended Posts

--Server
addEventHandler( 'onPlayerWasted', root,
function()
setElementData(source, 'Wasted?', true)
local xSpawn, ySpawn, zSpawn = unpack(getElementData(source, 'POSITION'))
local PlayerSkin = getElementData(source, 'SKIN')
local randomX = math.random(1, 10) - math.random(1, 10)
local randomY = math.random(1, 10) - math.random(1, 10)
spawnPlayer(source, xSpawn + randomX, ySpawn + randomY, zSpawn)
setTimer(fadeCamera,source,true,1000,1)
setElementModel(source, PlayerSkin)
setElementData(source, 'Wasted?', false)
end
)


ذا الكود انتحار لما ينتحر في ثانية يرجع لمكان الذي اختاره من القيم مود ابي لما ينتحر يضل على ارض 5 ثواني وبعدها رسبوان لمكانه

Link to comment
local seconds = 5
addEventHandler( 'onPlayerWasted', root,
function()
setElementData(source, 'Wasted?', true)
setTimer(function(source)
local xSpawn, ySpawn, zSpawn = unpack(getElementData(source, 'POSITION'))
local PlayerSkin = getElementData(source, 'SKIN')
local randomX = math.random(1, 10) - math.random(1, 10)
local randomY = math.random(1, 10) - math.random(1, 10)
spawnPlayer(source, xSpawn + randomX, ySpawn + randomY, zSpawn)
setTimer(fadeCamera,source,true,1000,1)
setElementModel(source, PlayerSkin)
setElementData(source, 'Wasted?', false)
end,1000*seconds,1,source)
end
)

 

Edited by #Himoo
  • Like 1
Link to comment
52 minutes ago, MR.TOUNSI said:

ابي اسئلك لما تجي تنتحر وراء بعض بدي اسوي كود تنبيه : فضلا لإنتظار قليل
ذا الكود اضيفه فالفري روم ولا فالقيم مود ؟ 
آعتقد  الفري روم ؟

اذا كان قصدكك انه ينتحر من زر الفري روم

تضيفها بالفري روم وفيه طريقه اسهل بدال م تحط اكواد

guiSetEnabled( button, false )
guiSetText( button, "انتضر قليلا" )
setTimer(function ()
guiSetEnabled( button, true )
guiSetText( button, "انتحار"
end,5000,1)

 

  • Like 1
Link to comment
4 minutes ago, *RayaN-Alharbi. said:

اذا كان قصدكك انه ينتحر من زر الفري روم

تضيفها بالفري روم وفيه طريقه اسهل بدال م تحط اكواد


guiSetEnabled( button, false )
guiSetText( button, "انتضر قليلا" )
setTimer(function ()
guiSetEnabled( button, true )
guiSetText( button, "انتحار"
end,5000,1)

 

وين اضيف ذا الكود حب ؟

Link to comment
2 hours ago, MR.TOUNSI said:

ابي اسئلك لما تجي تنتحر وراء بعض بدي اسوي كود تنبيه : فضلا لإنتظار قليل
ذا الكود اضيفه فالفري روم ولا فالقيم مود ؟ 
آعتقد  الفري روم ؟

تروح الفري روم , وتسوي 
 

"onClientPlayerWasted"

وتسوي

addEventHandler("onClientPlayerWasted",root,function ( )
guiSetEnabled(إسم زر الانتحار,false)
setTimer(setenb,5000,1)
end
)
-- 
function setenb( )
guiSetEnabled(اسم زر الانتحار,true)
end

 

Edited by AbU - W6N
Link to comment
5 minutes ago, AbU - W6N said:

تروح الفري روم , وتسوي 
 


"onClientPlayerWasted"

وتسوي


addEventHandler("onClientPlayerWasted",root,function ( )
guiSetEnabled(إسم زر الانتحار,false)
setTimer(setenb,5000,1)
end
)
-- 
function setenb( )
guiSetEnabled(اسم زر الانتحار,true)
end

 

بس كذا رح يصير اول م يموت حتى لو مو انتحار

بس مو مشكله دامه مسوي كود فوق يخلي الاعب يرجع للحياه بعد 5 ثواني

Link to comment
Just now, *RayaN-Alharbi. said:

بس كذا رح يصير اول م يموت حتى لو مو انتحار

بس مو مشكله دامه مسوي كود فوق يخلي الاعب يرجع للحياه بعد 5 ثواني

إنت طلبت انه يرجع للحياة بعد 5 ثواني صح ؟, 
الحين الي فوق , هيمو
سواه لك ..
والحين تبي حق مايقدر ينتحر مرتين وراء بعض,
والحين مايقدر ينتحر مرتين وراء بعض أصلاً ....
وتقدر تغير التايمر ..

  • Like 1
Link to comment
Just now, AbU - W6N said:

إنت طلبت انه يرجع للحياة بعد 5 ثواني صح ؟, 
الحين الي فوق , هيمو
سواه لك ..
والحين تبي حق مايقدر ينتحر مرتين وراء بعض,
والحين مايقدر ينتحر مرتين وراء بعض أصلاً ....
وتقدر تغير التايمر ..

يب هذا الي اقصده ض عالعموم مشكور بدلًا عن صاحب الموضوع

Link to comment

يخي انا ابي كود يطلع له فشات لما يضل يكرار انتحار على شن ما يخرب كيل مساج 

لما انتحر المره اول تمام بس يضل ينتحر مره ثانية وراء بعض يطلع له فـشات رسالة تنبيه : فضلا رجاء انتظار قليل لا يمكنك تكرار انتحار

Link to comment

اف1 يا حبي

بوريك مثال

function aInputBoxClick ( button )
	if ( button == "left" ) then
		if ( source == aInputOk ) then	
			if aInputForm and guiGetText(aInputForm) == 'Shout' then
				local Tick = getTickCount()
				if ShoutForLag and ShoutForLag + tonumber(5000) > Tick then
					outputChatBox('لايمكن إرسال رسالتك أنتظر 5 ثواني',255,0,0)
				return
			else
				ShoutForLag = getTickCount()
				end
			end
			if guiGetText(aInputValue) == 'user.*' then
				return
			end		

ذا كود كلمة Shout
حق لوحة ادمين لى ترسل لك كلام على شاشة زي كذا فهمت ؟  انتظر 5 ثواني يطلع فشات

Link to comment
12 minutes ago, MR.TOUNSI said:

يخي انا ابي كود يطلع له فشات لما يضل يكرار انتحار على شن ما يخرب كيل مساج 

لما انتحر المره اول تمام بس يضل ينتحر مره ثانية وراء بعض يطلع له فـشات رسالة تنبيه : فضلا رجاء انتظار قليل لا يمكنك تكرار انتحار

انا سويتها لك , 
 

addEventHandler("onClientPlayerWasted",root,function ( )
guiSetEnabled(إسم زر الانتحار,false)
setTimer(setenb,5000,1)
end
)
-- 
function setenb( )
guiSetEnabled(اسم زر الانتحار,true)
end

كذا هو أصلاً ما راح يقدر يضغط على زر الانتحار يالطيب ..

  • Like 1
Link to comment
On 3/10/2018 at 21:38, MR.TOUNSI said:

اسم زر الانتحار ؟ 

ياغالي انا ابي زر انتحار موجود بس لما يكبس عليه مره ثاني على شن يجي ينتحر 
يقوله
تنبيه : ممنوع تكرار انتحار وراء بعض

اوك تمام
ركز معي الحين ...
حط هذا الكود ب أي مود , المهم يكون ملف كلنت
 

addEventHandler("onClientPlayerWasted",root,function ( )
setElementData(localPlayer,"heiswasted",true)
setTimer(removewasteddata,5000,1)
end
)

function removewasteddata ( )
setElementData(localPlayer,"heiswasted",false)
end


بتروح على الفنكشن حق لما اللاعب يضغط على زر الانتحار ويقتله , فاهم قصدي ؟ 
وتحط هذا الكود
 

if ( getElementData(source,"heiswasted") == true ) then outputChatBox("* عليك الانتظار قبل الانتحار مرة أخرى",source,255,0,0) return end

ملاحظة ,
( source ) غير الـ
ب إسم المتغير الي بالكود ..

واذا مو فاهمها , إطرح لي اكواد ملف سيرفر حق الفري روم واكواد الكلنت وانا اسويها لك 

  • Like 1
Link to comment
Quote

function killLocalPlayer()
	server.killPed(g_Me)
if ( getElementData(source,"heiswasted") == true ) then outputChatBox("* عليك الانتظار قبل الانتحار مرة أخرى",source,255,0,0) return end
end

addEventHandler("onClientPlayerWasted",root,function ( )
setElementData(localPlayer,"heiswasted",true)
setTimer(removewasteddata,5000,1)
end
)

function removewasteddata ( )
setElementData(localPlayer,"heiswasted",false)
end

function alphaCommand(command, alpha)
	alpha = alpha and tonumber(alpha)
	if alpha then
		server.setElementAlpha(g_Me, alpha)
	end
end
--addCommandHandler('alpha', alphaCommand)
--addCommandHandler('ap', alphaCommand)

--addCommandHandler('kill', killLocalPlayer)

 

 

Link to comment
4 minutes ago, MR.TOUNSI said:

 

اطرح اكواد السيرفر كاملة واكواد الكلنت كاملة .

+ جرب
 

function killLocalPlayer()
    if ( getElementData(localPlayer,"heiswasted") == true ) then outputChatBox("* عليك الانتظار قبل الانتحار مرة أخرى",source,255,0,0) return end
	server.killPed(g_Me)
end

 

Link to comment
2 minutes ago, MR.TOUNSI said:

يب زبطت بس لما ارجع انتحر متطلع رسالة
outputChatBox("* عليك الانتظار قبل الانتحار مرة أخرى",source,255,0,0)

outputChatBox("* عليك الانتظار قبل الانتحار مرة أخرى ]x",255,0,0)

جرب

لا تنسى اللايك ي قلب ^^

Edited by AbU - W6N
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...