Ja[B]er[X]Pro Posted February 2, 2016 Posted February 2, 2016 السلام عليكم ورحمة الله وبركاته انا سويت كود اين الاخطاء ؟؟ --------client-------- addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[2]) then triggerServerEvent(source,"quit") setPlayerSkin(source,0) end end) addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[1]) guiSetText(Stop Work) if guiGetText(source) = Stop Work then guiSetText("Start Work") end end end) -----------server----------------- addEvent("quit",true addEventHandler("quit",root, function() removePlayerFromTeam(source) end) facebooke : https://www.facebook.com/jaber.pro skype : delete Email : [email protected] احلام الناس لا نهاية لهالا يجدر بنا القلق على مقدرتنا لتحقيق أحلامنا ما دمنا نمتلك الرغبة في تحقيقها
HassoN Posted February 2, 2016 Posted February 2, 2016 --------client-------- addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[2]) then triggerServerEvent(localPlayer,"quit") setPlayerSkin(localPlayer,0) end end) addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[1]) guiSetText(حط اسم الزر هنا,"Stop Work") if guiGetText(source) = "Stop Work" then guiSetText(حط اسم الزر هنا,"Start Work") end end end) -----------server----------------- addEvent("quit",true addEventHandler("quit",root, function() removePlayerFromTeam(source) end) * There is No God but Allah discord: HassoN#2709 Visit my wiki profile: https://wiki.multitheftauto.com/wiki/User:Hassan_saad
SycroX Posted February 2, 2016 Posted February 2, 2016 السلام عليكم ورحمة الله وبركاتهانا سويت كود اين الاخطاء ؟؟ --------client-------- addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[2]) then triggerServerEvent(source,"quit") setPlayerSkin(source,0) end end) addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[1]) guiSetText(Stop Work) if guiGetText(source) = Stop Work then guiSetText("Start Work") end end end) -----------server----------------- addEvent("quit",true addEventHandler("quit",root, function() removePlayerFromTeam(source) end) --#Client addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[2] then triggerServerEvent("quit", localPlayer) setPlayerSkin(localPlayer, 0) elseif source == GUIEditor.button[1] then guiSetText(GUIEditor.button[1], "Stop Work") if guiGetText(GUIEditor.button[1]) == "Stop Work" then guiSetText(GUIEditor.button[1], "Start Work") end end end) Chillin' with some demons, satans and vamps
Ja[B]er[X]Pro Posted February 2, 2016 Author Posted February 2, 2016 السلام عليكم ورحمة الله وبركاتهانا سويت كود اين الاخطاء ؟؟ --------client-------- addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[2]) then triggerServerEvent(source,"quit") setPlayerSkin(source,0) end end) addEventHandler("onClientGUIClick",root, function() if (source = GUIEditor.button[1]) guiSetText(Stop Work) if guiGetText(source) = Stop Work then guiSetText("Start Work") end end end) -----------server----------------- addEvent("quit",true addEventHandler("quit",root, function() removePlayerFromTeam(source) end) --#Client addEventHandler("onClientGUIClick", root, function() if source == GUIEditor.button[2] then triggerServerEvent("quit", localPlayer) setPlayerSkin(localPlayer, 0) elseif source == GUIEditor.button[1] then guiSetText(GUIEditor.button[1], "Stop Work") if guiGetText(GUIEditor.button[1]) == "Stop Work" then guiSetText(GUIEditor.button[1], "Start Work") end end end) شكراً لك facebooke : https://www.facebook.com/jaber.pro skype : delete Email : [email protected] احلام الناس لا نهاية لهالا يجدر بنا القلق على مقدرتنا لتحقيق أحلامنا ما دمنا نمتلك الرغبة في تحقيقها
#Mr.Rajo~,< Posted February 2, 2016 Posted February 2, 2016 شوف في احيان ببعض الافنتات يكون واحد حاط ملاحظات مثل تابل مسوي النوت هذي اللي فوق
Me[Z]oO Posted February 2, 2016 Posted February 2, 2016 يب اخي الكلينت تستخدم localPlayer مثل ايفنت الضغط علي زر السيرفر source مثل ايفنت الخروج من السيارة Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
Me[Z]oO Posted February 2, 2016 Posted February 2, 2016 يب اخي الكلينت تستخدم localPlayer مثل ايفنت الضغط علي زر السيرفر source مثل ايفنت الخروج من السيارة Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now