#Major . Posted May 17, 2018 Share Posted May 17, 2018 Command = { ['local'] = true; } addEventHandler ( 'onPlayerCommand',getRootElement ( ), function ( cmd ) if Command [ cmd ] then outputChatBox ( "Cmd Not Allowed",source, 255,0,0) cancelEvent ( ); end end ); جرب؟ 1 Link to comment
[T]|O|[P]George Posted June 7, 2018 Share Posted June 7, 2018 On 5/14/2018 at 14:21, +Source|> said: وش الخطأ هنا addEventHandler( 'onPlayerCommand', root, function ( cmd ) if ( cmd == "Local" ) then cancelEvent() end end ) يمكن ما يكون غلط اصلا و انت نسيت تضيف السكريبت لقروب ادمن عشان يمنع الحدث؟ Link to comment
N3xT Posted June 7, 2018 Share Posted June 7, 2018 57 minutes ago, [T]|O|[P]George said: يمكن ما يكون غلط اصلا و انت نسيت تضيف السكريبت لقروب ادمن عشان يمنع الحدث؟ مايحتاج لصلاحيات Link to comment
AHMED MOSTAFA Posted June 7, 2018 Share Posted June 7, 2018 (edited) deleted Edited June 7, 2018 by killerProject Link to comment
[T]|O|[P]George Posted June 7, 2018 Share Posted June 7, 2018 (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 June 7, 2018 by [T]|O|[P]George Link to comment
#Major . Posted June 10, 2018 Share Posted June 10, 2018 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|> Link to comment
+Source|> Posted June 10, 2018 Author Share Posted June 10, 2018 9 hours ago, *RayaN-Alharbi. said: Adminsay @+Source|> اي Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now