Jump to content

مساعدة في كود بسيط


Recommended Posts

السلام عليكم 

ابي مساعدتكم شباب لاهنتم 

ابي بس اضغط علي زر القفزة توقف

setWorldSpecialPropertyEnabled

هادي 

setWorldSpecialPropertyEnabled ( "unjump", false )

سويتها false 

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

ابي مساعدة وشكرا

Link to comment
On 6/16/2018 at 01:50, #RoLde said:

تأكد انك مسويها كذا بالاول


setWorldSpecialPropertyEnabled ( "extrajump", true )

 

ظبطت شكراا لك ممكن كمان كود السوبر بوكس

يعني تضرب ضربة بس تقتل الخصم

Link to comment
1 hour ago, SAM!! said:

ظبطت شكراا لك ممكن كمان كود السوبر بوكس

يعني تضرب ضربة بس تقتل الخصم

addEventHandler("onPlayerDamage",root, function(attacker)
if attacker and attacker ~= source and getElementType(attacker) == "player" then

killPed(source,attacker)

end
end)

 

Edited by Rakan#
  • Like 1
Link to comment
5 hours ago, Rakan# said:

addEventHandler("onPlayerDamage",root, function(attacker)
if attacker and attacker ~= source and getElementType(attacker) == "player" then

killPed(source,attacker)

end
end)

 

ماسويت تحقق من نوع السلاح المستخدم

  • Thanks 1
Link to comment
addEventHandler("onPlayerDamage",root,
	function(attacker, weapon, bodypart)
		if attacker and attacker ~= source and getElementType(attacker) == "player" then
			if weapon == 0 then
				killPed(source, attacker, weapon, bodypart)
			end 
		end
	end
)

 

  • Thanks 1
Link to comment
11 hours ago, #َxLysandeR said:

addEventHandler("onPlayerDamage",root,
	function(attacker, weapon, bodypart)
		if attacker and attacker ~= source and getElementType(attacker) == "player" then
			if weapon == 0 then
				killPed(source, attacker, weapon, bodypart)
			end 
		end
	end
)

 

 

9 hours ago, Rakan# said:

ادري . مافهمت انه يبي بقس بس .

لان اللي اعرفه كل الاسلحه - شكرا لك

 

13 hours ago, TAPL said:

ماسويت تحقق من نوع السلاح المستخدم

شكرااا لكم ❤️❤️

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...