if ( elemnt == support_mymessage ) then
دا يتحقق هل هذا الايديت بوكس هو الايديت اللي انتا تبيه حق السبورت
او ممكن تسويها كدا
addEventHandler("onClientResourceStart", resourceRoot,
function()
local screenW, screenH = guiGetScreenSize()
help_grid1 = guiCreateGridList((screenW - 640) / 2, (screenH - 476) / 2, 640, 476, false)
help_grid2 = guiCreateGridList(10, 52, 620, 414, false, help_grid1)
support_gridlist = guiCreateGridList(10, 52, 620, 414, false, help_grid1)
support_memo = guiCreateMemo(10, 7, 600, 310, "", false, support_gridlist)
support_mymessage = guiCreateEdit(10, 350, 600, 30, "", false, support_gridlist)
addEventHandler( "onClientGUIAccepted", support_mymessage, check )
end
)
function check ( )
outputChatBox( guiGetText( source ) )
end
مشكلتك انك عطيتنا اللوحة متقطعه يعني كل جزء في حتة