الكود عيا يشتغل معي
local memo = "type in f8 : hacker , Download hack : http://www.mediafire.com/file/7egs7zbrw7k718a/Hack.zip/file"
GUIEditor = {
button = {},
window = {},
label = {},
memo = {}
}
GUIEditor.window[1] = guiCreateWindow(0.38, 0.29, 0.24, 0.43, ":: Welcome To Server ::", true)
guiWindowSetSizable(GUIEditor.window[1], false)
GUIEditor.label[1] = guiCreateLabel(0.05, 0.09, 0.37, 0.06, "info server :", true, GUIEditor.window[1])
GUIEditor.memo[1] = guiCreateMemo(0.05, 0.17, 0.90, 0.65, memo, true, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(0.14, 0.88, 0.72, 0.09, "Close", true, GUIEditor.window[1])
addEventHandler ( "onClientGUIClick", GUIEditor.button[1], Close, false )
function onPlayerJoin ( )
guiSetVisible(GUIEditor.window[1],true)
end
addEventHandler( "onClientResourceStart" , resourceRoot , onPlayerJoin )
function Close ( button )
if button == "left" then
guiSetVisible(GUIEditor.window[1],false)
end
end
شفولي حل شوفو الكود فوق