Jump to content

كود


3DNAN_!

Recommended Posts

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

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

Link to comment
-- 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

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

Link to comment
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

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