Jump to content

تعديل كود


Recommended Posts

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

وش الخطأ هنا

 


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

 

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

Link to comment
57 minutes ago, [T]|O|[P]George said:

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

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

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