Jump to content

مشكلةة !


Recommended Posts

Posted

ومافي لبل بهذا الاسم GUIEditor.label[1] سطر 32 أنت مسوي لون للبل الي اسمه

بدل

GUIEditor.label[1] < Label2

وكما قلت مافي لبل بهذا الاسم وبعدين كيف تحط لبل في لبل؟ GUIEditor.label[1] سطر 34 أنت حاط البارنت حق اللبل هو

والأكواد من سطر 57 الى اخر سطر كله أخطاء ولو أصححه بغير الكود 360 درجة

Posted

واجهتني مشكلة في الفنشكنات الاتيةة !

  
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) 
  

انا الحين ابي اشوف العدد فقط اذا بعد المهمة فقط

يعني صار يكرر كثير والمهمه لساته مابدأت

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...