Jump to content

MOMO3011

Members
  • Posts

    130
  • Joined

  • Last visited

Posts posted by MOMO3011

  1. طلب مودات زومبي

    ابي قيم مود فيه تسجيل و تسجل الدخول للزومبي

    و ابي مكان ارمي يكون منطقة محمية و رسباون فيها و زومبي رى

    و لما يقتل ياخد فلوس

    و ابي متجر

    و كدا مووودات زومبي

  2. شباب

    انا ابي اتعلم البرمجة

    اد واجهتني مشكلة عصيبة و هي لما يحطو فنكشات

    ابي اجمعها

    دي هي مشكلتي

    ما اعرف كل كود و مكانه و كيف احطه

  3. دا كود صحيح ?

    مع العلم انني خليت سكن رقم 33 لاسل كنسل

    function outputOnLogin ( previous_account, current_account, auto_login )  
        outputConsole(getAccountName(previous_account).." Logged into "..getAccountName(current_account))  
    end 
    addEventHandler("onPlayerLogin",getRootElement(),outputOnLogin ) 
      
    function setMoney(thePlayer,key,amount) 
        setPlayerMoney (thePlayer,amount) 
        local account = getPlayerAccount(thePlayer) 
        if account and tonumber(amount) then 
            setAccountData(account,"money",amount) 
        end 
    end 
    addCommandHandler("setmoney",setMoney) 
      
    addCommandHandler ( "jetpack", 
        function ( thePlayer ) 
            if doesPedHaveJetPack ( thePlayer ) then  
                removePedJetPack ( thePlayer )  
                return  
            end 
       
         local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
         if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Console" ) ) then  
              if not doesPedHaveJetPack ( thePlayer ) then  
                   givePedJetPack ( thePlayer )  
              end 
         end 
    end 
    ) 
    addCommandHandler ( "changeveh", 
        function ( thePlayer, command, newModel ) 
            local theVehicle = getPedOccupiedVehicle ( thePlayer )  
            newModel = 33 ( newModel )             
            if theVehicle and newModel then                         
                setElementModel ( theVehicle, newModel ) 
            end 
        end 
    ) 
    

  4. ابي الكود الاول

    هو اخلي شخصية معينة لاسل معين مثلا

    الكنسل ابيه تكون معاه شخصية معينة و بالخصوص الكنسل ما يموت

    ------------------------------

×
×
  • Create New...