جرب هذى الكود غير احداث
marker = createMarker( -1353.4000244141, -483.5, 14.199999809265, "cylinder", 3, 7, 80, 65, 15 )
GUIEditor_Button = {}
GUIEditor_Memo = {}
GUIEditor_Label = {}
KSA11 = guiCreateWindow(441,226,543,443," ( خدمة الطيران )",false)
guiSetAlpha(KSA11,1)
GUIEditor_Button[1] = guiCreateButton(112,61,314,71,"سوفا تاخذك لـ المطار 1",false,KSA11)
GUIEditor_Button[2] = guiCreateButton(111,307,314,71,"سوفا تاخذك لـ المطار 3",false,KSA11)
GUIEditor_Button[3] = guiCreateButton(112,180,314,71,"سوفا تاخذك لـ المطار 2",false,KSA11)
GUIEditor_Memo[1] = guiCreateMemo(53,392,457,42,"كل رحله سوفا تكلفك 500 رياـل ..! ",false,KSA11)
GUIEditor_Button[4] = guiCreateButton(10,30,46,39,"اغلاق",false,KSA11)
GUIEditor_Label[1] = guiCreateLabel(213,142,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11)
guiLabelSetColor(GUIEditor_Label[1],255,0,255)
GUIEditor_Label[2] = guiCreateLabel(215,268,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11)
guiLabelSetColor(GUIEditor_Label[2],255,255,0)
GUIEditor_Label[3] = guiCreateLabel(213,35,87,27,"رحله سعيده \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />",false,KSA11)
guiLabelSetColor(GUIEditor_Label[3],0,255,0)
addEventHandler("onClientMarkerHit", marker, KSA11)
function ()
if ( source == GUIEditor_Button[1] ) then
setElementPosition( localPlayer, -1322.4556884766, -555.26177978516, 14.1484375)
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true )
elseif ( source == GUIEditor_Button[2] ) then
setElementPosition( localPlayer, -1533.9266357422, 766.29046630859, 7.1875)
outputChatBox('#FFFF00سوفا تاخذك لـ المطار,255, 255, 0, true )
elseif ( source == GUIEditor_Button[3] ) then
setElementPosition( localPlayer, -2074.3793945313, 1334.2917480469, 7.1875)
outputChatBox('#FFFF00سوفا تاخذك لـ المطار',255, 255, 0, true )