Jump to content

مساعدة


Recommended Posts

function player_Wasted ( ammo, attacker, weapon, bodypart )
	if ( attacker ) then
		local tempString
		-- if the element that killed him was a player,
		if ( getElementType ( attacker ) == "player" ) then
			-- put the attacker, victim and weapon info in the string
			tempString = getPlayerName ( attacker ).." killed "..getPlayerName ( source ).." ("..getWeaponNameFromID ( weapon )..")"
		-- else, if it was a vehicle,
		elseif ( getElementType ( attacker ) == "vehicle" ) then
			-- we'll get the name from the attacker vehicle's driver
			tempString = getPlayerName ( getVehicleController ( attacker ) ).." killed "..getPlayerName ( source ).." ("..getWeaponNameFromID ( weapon )..")"
		end
		-- if the victim was shot in the head, append a special message
		if ( bodypart == 9 ) then
			tempString = tempString.." (HEADSHOT!)"
		-- else, just append the bodypart name
		else
			tempString = tempString.." ("..getBodyPartName ( bodypart )..")"
		end
		-- display the message
		outputChatBox ( tempString )
	-- if there was no attacker,
	else
		-- output a death message without attacker info
		outputChatBox ( getPlayerName ( source ).." died. ("..getWeaponNameFromID ( weapon )..") ("..getBodyPartName ( bodypart )..")" )
		
		blip = createBlip ( x, y, z , player_Wasted )
		
		blips = getElementsByType ( "blip" )
-- Loop through the list, storing the blip from the table in the variable blipValue
for blipKey, blipValue in ipairs(blips) do
	-- Retrieve the blip's colors into the variables red, green, blue and alpha
	red, green, blue, alpha = getBlipColor ( blipValue )
	-- If the blip's icon isn't white already
	if ( red ~= 255 or green ~= 255 or blue ~= 255 or alpha ~= 255 ) then
		-- Set the blip's color to white
		setBlipColor ( blipValue, 255, 255, 255, 255 )
		
		blips = getElementsByType ( "blip" )
-- Loop through the list, storing the blip from the table in the variable blipValue
for blipKey, blipValue in ipairs(blips) do
	-- Retrieve the blip's icon into the variable 'blipIcon'
	blipIcon = getBlipIcon ( blipValue )
	-- If the blip's icon wasn't the default already
	if ( blipIcon ~= 0 ) then
		-- Set the blip's icon to the default
		setBlipIcon ( blipValue, 0 )

		
		local teamID = tonumber(getElementData(theTeam, "id"))

		if (teamID==1)
	end
end
addEventHandler ( "onPlayerWasted", getRootElement(), player_Wasted )

بقولكم وش سالفة 

انا قصدي انه لمن شخص يموت يطلع ل فكشن محدد او تيم محدد  يطلع انه في شخص مات و يطلع له علامة على مكانة

و غير كذا يطلع بشات الفريق حقكم انه شخص قتل هذا بسلاح كذا و الخ

ادري نص ابو الترتيب و اكواد غلط 

بس  ابي انا اصمم الاكواد و كل شي و احاول 

الكود كذا سليم ولا في شي ناقص له؟

Link to comment
هذا كلينت نسيت اخليه 

function onPlayerSpawnHandler ( )
	local playerName = getPlayerName( source )
	outputChatBox ( playerName .. " has spawned!" )
			local teamID = tonumber(getElementData(theTeam, "id"))

		if (teamID==1)
end

addEventHandler( "onPlayerSpawn", root, onPlayerSpawnHandler )

 

 

يا جماعة حد يرد او يشوف الاكواد صح ول لا

Link to comment

لا تعصب وش بك ههههههههه

هات الجزء الغلط وأبشر

الناس هنا مو شغالة عندك ولا عند واحد ثاني

اسلوبك يخلي الناس تنفر منك :)

أظن الكودات اللي طرحتها اول غالبها مو حقتك ولا انا غلطان ؟

  • Like 1
Link to comment

جبتها من ال Wiki

و خلت استضافه و سويت debugscript 3

صلحت كل شي بس ما يجي علامة و ولا كلام شات للقروب الي ابيه او التيم 

و اتحدا اي مبرمج مبتدا لمن يبدا يسوي اكواد من نفسه الكل يجيب من wiki

Link to comment
30 minutes ago, Ghost-Gamer said:

جبتها من ال Wiki

و خلت استضافه و سويت debugscript 3

صلحت كل شي بس ما يجي علامة و ولا كلام شات للقروب الي ابيه او التيم 

و اتحدا اي مبرمج مبتدا لمن يبدا يسوي اكواد من نفسه الكل يجيب من wiki

ههههه كيف صلحت كل شي وباقي عندك مشاكل

 

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

Link to comment
58 minutes ago, Ghost-Gamer said:

انت جاي تساعد ولا تطقطق علي؟

حركات بزران ترا!

اتوقع الغلط من حقت التيم او القروب

انت ماكملت تحققك الي تحت تأكد منه

Link to comment
10 hours ago, Ghost-Gamer said:

انت جاي تساعد ولا تطقطق علي؟

حركات بزران ترا!

اتوقع الغلط من حقت التيم او القروب

يهو يا ولد لا تغلط

كلينت تبي تجيب التيم استعمل getTeamFromName

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