iMr.WiFi..! Posted April 16, 2016 Share Posted April 16, 2016 (edited) -- Delete # Edited April 16, 2016 by Guest Link to comment
iMr.SFA7 Posted April 16, 2016 Share Posted April 16, 2016 ومافي لبل بهذا الاسم GUIEditor.label[1] سطر 32 أنت مسوي لون للبل الي اسمه بدل GUIEditor.label[1] < Label2 وكما قلت مافي لبل بهذا الاسم وبعدين كيف تحط لبل في لبل؟ GUIEditor.label[1] سطر 34 أنت حاط البارنت حق اللبل هو والأكواد من سطر 57 الى اخر سطر كله أخطاء ولو أصححه بغير الكود 360 درجة Link to comment
iMr.WiFi..! Posted April 16, 2016 Author Share Posted April 16, 2016 واجهتني مشكلة في الفنشكنات الاتيةة ! addEvent('IFNoPlayerInTeam', true) function ifNoPlayersInPolice() if countPlayersInTeam(getTeamFromName('Police')) == 0 then triggerServerEvent("OutPutChat",localPlayer) StartMission() end end addEventHandler('IFNoPlayerInTeam',root,ifNoPlayersInPolice) function ifNoPlayersInGang() if countPlayersInTeam(getTeamFromName('Gang')) == 0 then triggerServerEvent("OutPutChat1",localPlayer) StartMission() end end addEventHandler('IFNoPlayerInTeam',root,ifNoPlayersInGang) function ifNoPlayersInGangAndPolice() if countPlayersInTeam(getTeamFromName('Police')) == 0 and countPlayersInTeam(getTeamFromName('Gang')) == 0 then triggerServerEvent("OutPutChatDraw",localPlayer) StartMission() end end addEventHandler('IFNoPlayerInTeam',root,ifNoPlayersInGangAndPolice) انا الحين ابي اشوف العدد فقط اذا بعد المهمة فقط يعني صار يكرر كثير والمهمه لساته مابدأت Link to comment
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