الزبده جرب الكود ذا
GUIEditor = {
button = {},
label = {},
memo = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
function()
w = guiCreateWindow(101, 183, 628, 254, "Rules Mode V1 |^", false)
guiWindowSetSizable(w, false)
guiSetProperty(w, "CaptionColour", "A300CD74")
GUIEditor.button[1] = guiCreateButton(9, 189, 607, 28, "[3.F] @ Copy Rghit 2014 ", false, w)
guiSetFont(GUIEditor.button[1], "default-bold-small")
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF003196")
GUIEditor.memo[1] = guiCreateMemo(9, 55, 607, 124, " | Welcome To Server [3.F] | اهلآ وسهلآ في سيرفر للفن عنوان |\n\n1>Respect The Players And The Admin | الرجاء احترام الزوار و الأدمنية\n2>Dont Ask For Admin = Mute | الرجاء عدم طلب الأدمنية = ميوت\n3>Dont Insults + Publishing = Ban | الرجاء عدم السب + نشر السيرفرات =باند\n4>For Contact The Admin F8 > report | \n [Thanks To Vist Our Server | شكرآ لزيارتكم السيرفر]", false, w)
guiMemoSetReadOnly(GUIEditor.memo[1], true)
GUIEditor.label[1] = guiCreateLabel(241, 35, 152, 20, "Vistor Rules | قوانين الزوار", false, w)
guiSetFont(GUIEditor.label[1], "default-bold-small")
guiLabelSetColor(GUIEditor.label[1], 254, 254, 255)
guiSetVisible (w, false)
end
)
function OpenWin( )
if guiGetVisible ( w, true ) then
guiSetVisible ( w, false )
showCursor (false)
else
showCursor (true)
guiSetVisible ( w, true )
end
end
bindKey ( "F1", "down", OpenWin)