إمسح الكود هذا لإنه خطآ
addEventHandler ( "onClientGUIClick", root,
function ()
if source == GUIEditor.button[1] then
outputChatBox("تم ادخالك إلى عصابة 1",255,0,0,true)
triggerServerEvent("Setting",localPlayer)
end
elseif source == GUIEditor.button[2] then
outputChatBox("تم ادخالك إلى عصابة 2",255,0,0,true)
triggerServerEvent("Setting2",localPlayer)
elseif source == GUIEditor.button[3] then
outputChatBox("تم ادخالك إلى عصابة 3",255,0,0,true)
triggerServerEvent("Setting3",localPlayer)
end)
ذا ؟
addEventHandler ( "onClientGUIClick", root,
function ()
if source == GUIEditor.button[1] then
outputChatBox("تم ادخالك إلى عصابة 1",255,0,0,true)
triggerServerEvent("Setting",localPlayer)
end -- اند if
elseif source == GUIEditor.button[2] then
outputChatBox("تم ادخالك إلى عصابة 2",255,0,0,true)
triggerServerEvent("Setting2",localPlayer)
elseif source == GUIEditor.button[3] then
outputChatBox("تم ادخالك إلى عصابة 3",255,0,0,true)
triggerServerEvent("Setting3",localPlayer)
end -- اند الوظيفة
)