Jump to content

كود


3DNAN_!

Recommended Posts

Posted

السلام عليكم 

 

دلوقتي انا عامل مود لما اكتب في اديت بوكس واضغط زر يطلع الناس بالشات 

 

انا عايز النص يطلع لرتب معينه مثلا كونسل 

Posted

انا كنت هعدل علي مود رسائل خاصه وهضيف الكود ده فعايز كود ان النص يطلع لرتبة معينه مش للكل

بعرف اني اعرف النص واظهر الكلام اللي فاضل اني احجم الرتب اللي تشوف الكلام

Posted
-- Server
function ()
	if ( getPlayerAccount ( player ) ) and not isGuestAccount ( getPlayerAccount ( player ) ) then
		if isObjectInACLGroup ("user."..getAccountName(getPlayerAccount ( player )),aclGetGroup ( "Console" )) then
			triggerClientEvent ( player, "send", player )
			outputChatBox ( "", player )
		end
	end
end
--Client
function ()
addEvent("send")
 addEventHandler( "onClientGUIClick", root,
function( )
if ( source == yourbotton ) then
end
end

ملاحظة تاني بكتب من الجوال اكيد ممكن يكون في اخطا + مو مجرب

Posted
2 hours ago, #AL-J7EEEM said:

-- Server
function ()
	if ( getPlayerAccount ( player ) ) and not isGuestAccount ( getPlayerAccount ( player ) ) then
		if isObjectInACLGroup ("user."..getAccountName(getPlayerAccount ( player )),aclGetGroup ( "Console" )) then
			triggerClientEvent ( player, "send", player )
			outputChatBox ( "", player )
		end
	end
end
--Client
function ()
addEvent("send")
 addEventHandler( "onClientGUIClick", root,
function( )
if ( source == yourbotton ) then
end
end

ملاحظة تاني بكتب من الجوال اكيد ممكن يكون في اخطا + مو مجرب

وش قاعد تسوي انت؟

:o

Posted

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

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