ايه ما تحتاج !
اكوادك تصير كذآ ,
addEventHandler ( "onClientGUIClick", root,
function ()
if source == GUIEditor.button[1] then
outputChatBox("تم ادخالك إلى عصابة 1",255,0,0,true)
triggerServerEvent("Setting",localPlayer)
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
end)
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)