Jump to content

مساعده


Recommended Posts

1 hour ago, jakson said:

السلام عليكم شباب..

كيف اسوي ازا كتب شخص كومند مثلا unkown

يخلي علم بلده في التاب غير معروف 

addCommandHandler ( "unknown",
	function ( p,c, name, country )
		if c and name and country then
			local Name = getPlayerFromName ( name )
			if Name then
				setElementData ( Name, "Home", country )
				outputChatBox ( "تم تغير البلد", p, 255, 255, 0, true )
			end
		end
	end
)

ضيف هادا باي مود , صيغته سيرفر

Link to comment
2 hours ago, Mr.Mostafa said:

addCommandHandler ( "unknown",
	function ( p,c, name, country )
		if c and name and country then
			local Name = getPlayerFromName ( name )
			if Name then
				setElementData ( Name, "Home", country )
				outputChatBox ( "تم تغير البلد", p, 255, 255, 0, true )
			end
		end
	end
)

ضيف هادا باي مود , صيغته سيرفر

للاسف لا يعمل

Link to comment
addCommandHandler( "unknown",
    function(player)
      country = "N/A"
      setElementData(player,"Country",{":admin/client/images/flags/" .. country:lower() .. ".png", country})
      outputChatBox( "لقد اخفيت بلدك",player,0,250,0 )
    end
); 

اخذت الكود من السكوربورد والله اعلم جرب

Link to comment
10 hours ago, #BrosS said:

unknown

 

10 hours ago, #BrosS said:

addCommandHandler( "unknown",
    function(player)
      country = "N/A"
      setElementData(player,"Country",{":admin/client/images/flags/" .. country:lower() .. ".png", country})
      outputChatBox( "لقد اخفيت بلدك",player,0,250,0 )
    end
); 

اخذت الكود من السكوربورد والله اعلم جرب

للاسف لا يعمل

Link to comment
  • 3 weeks later...
1 hour ago, Hakan 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...