Jump to content

تعديل كود


Recommended Posts

Posted
Command = {
['local']  	= true;
} 


addEventHandler ( 'onPlayerCommand',getRootElement ( ),
	function ( cmd )
		if Command [ cmd ] then
		outputChatBox ( "Cmd Not Allowed",source, 255,0,0)
		cancelEvent (	);
		end
	end
);

جرب؟

  • Like 1

سقطت تفاحة واحدة ففهم الأنسان معنى الجاذبية

سقطت الملايين من الجثث ولم يفهم الأنسان معنى الأنسانية

===========

One apple fell and people understood Gravity

Millions of bodies fell and people did not understand the meaning of humanity

Spoiler

SOCIAL MEDIA / التواصل الإجتماعي

~[ p_8157bqso1.png SnapChat : xry-n .  ]~

~[ p_815kbq0c2.png 0506748951 . ]~

 

  • 3 weeks later...
Posted
On 5/14/2018 at 14:21, +Source|> said:

وش الخطأ هنا

 


addEventHandler( 'onPlayerCommand', root,
	function ( cmd ) 
		if ( cmd == "Local" ) then 
			cancelEvent() 
		end
	end
)

 

يمكن ما يكون غلط اصلا و انت نسيت تضيف السكريبت لقروب ادمن عشان يمنع الحدث؟

Posted
57 minutes ago, [T]|O|[P]George said:

يمكن ما يكون غلط اصلا و انت نسيت تضيف السكريبت لقروب ادمن عشان يمنع الحدث؟

مايحتاج لصلاحيات

 

 

Posted (edited)
On 5/14/2018 at 14:21, +Source|> said:

وش الخطأ هنا

 


addEventHandler( 'onPlayerCommand', root,
	function ( cmd ) 
		if ( cmd == "Local" ) then 
			cancelEvent() 
		end
	end
)

 

addEventHandler ( "onPlayerCommand", root, 
function (cmd) 
if ( cmd == "الكلمة الي تبي تمنعها" ) then 
cancelEvent () 
outputChatBox("الكلمة لما حد يكتب تجيله", source, 255, 0, 0)
  end 
end 
) 

جرب ذا 
ادري نفسه بس قلت اساعد

Edited by [T]|O|[P]George
Posted
On 5/17/2018 at 03:34, *RayaN-Alharbi. said:

Command = {
['local']  	= true;
} 


addEventHandler ( 'onPlayerCommand',getRootElement ( ),
	function ( cmd )
		if Command [ cmd ] then
		outputChatBox ( "Cmd Not Allowed",source, 255,0,0)
		cancelEvent (	);
		end
	end
);

جرب؟

Adminsay

@+Source|>

سقطت تفاحة واحدة ففهم الأنسان معنى الجاذبية

سقطت الملايين من الجثث ولم يفهم الأنسان معنى الأنسانية

===========

One apple fell and people understood Gravity

Millions of bodies fell and people did not understand the meaning of humanity

Spoiler

SOCIAL MEDIA / التواصل الإجتماعي

~[ p_8157bqso1.png SnapChat : xry-n .  ]~

~[ p_815kbq0c2.png 0506748951 . ]~

 

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