addEventHandler("onClientGUIClick",getRootElement(),
function ()
local ggt = guiGetText(GUIEditor_Edit[1])
local gtt = guiGetText(GUIEditor_Edit[2])
if ( source == GUIEditor_Button[1] ) then
triggerServerEvent("get",getLocalPlayer(),ggt,gtt)
cleanInfos()
else
if (guiSetText(GUIEditor_Edit[1], "") ) then
guiSetText(GUIEditor_Label[1], "لم يتم ارسال الرسالة")
guiLabelSetColor(GUIEditor_Label[5],255,0,0)
elseif (guiSetText(GUIEditor_Edit[2], "") ) then
guiSetText(GUIEditor_Label[1], "لم يتم ارسال الرسالة")
guiLabelSetColor(GUIEditor_Label[5],255,0,0)
end
end
)
خرابيط