Mohamed Salah Posted April 29, 2018 Share Posted April 29, 2018 (edited) آلسلام عليكم آبي آن لمآ آجي آفتح آللوحة بعآلم 30 يطلع كلآم بآلشآت لكن آلمشكلة مآ يطلع شي ممكن تصحيح للكود buttons = { ['F1'] = true, ['F3'] = true, } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then outputChatBox("غير مصرح لك بفتح اللوحة الان ", source, 255, 0, 0) cancelEvent() end end end) Edited April 29, 2018 by Mohamed Salah Link to comment
+Source|> Posted April 29, 2018 Share Posted April 29, 2018 (edited) buttons = { ['F1'] = true, ['F3'] = true, } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then outputChatBox( "Text", 255, 0, 0, true ) cancelEvent() end end end) Edited April 29, 2018 by Source|> Link to comment
Mohamed Salah Posted April 29, 2018 Author Share Posted April 29, 2018 2 hours ago, Source|> said: buttons = { ['F1'] = true, ['F3'] = true, } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then outputChatBox( "Text", 255, 0, 0, true ) cancelEvent() end end end) طيب لو آبي آسوي آن مآحد يقدر يكتب آدمن بآف 8 وتفتح آنآ سويتهآ لكن مدري وش آلمشكلة تفتح عآدي Link to comment
+Source|> Posted April 29, 2018 Share Posted April 29, 2018 buttons = { ['F1'] = true, ['F3'] = true, ['p'] = true, } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then outputChatBox( "Text", 255, 0, 0, true ) cancelEvent() end end end) Link to comment
MR.Mosa Posted April 29, 2018 Share Posted April 29, 2018 26 minutes ago, Mohamed Salah said: طيب لو آبي آسوي آن مآحد يقدر يكتب آدمن بآف 8 وتفتح آنآ سويتهآ لكن مدري وش آلمشكلة تفتح عآدي تقدر تعدلها من لوحة الادمن Link to comment
Mohamed Salah Posted April 30, 2018 Author Share Posted April 30, 2018 (edited) 13 hours ago, Source|> said: buttons = { ['F1'] = true, ['F3'] = true, ['p'] = true, } addEventHandler( 'onClientKey', root, function (button , prees) if prees and getElementDimension(localPlayer) == 30 then if buttons[button] then outputChatBox( "Text", 255, 0, 0, true ) cancelEvent() end end end) لا اقصد لو احد كتب باف 8 ادمن ما تفتح لو بعالم 30 13 hours ago, MR.Mosa said: تقدر تعدلها من لوحة الادمن كيف Edited April 30, 2018 by Mohamed Salah 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