Jump to content

Dan

Moderators
  • Content Count

    403
  • Joined

  • Last visited

  • Days Won

    52

Status Replies posted by Dan

  1. good profile backgrounds 👌

  2. i add you on discord. thanks :D

    1. Dan

      Dan

      Don't see any request.

  3. Sultan

    Sultan    Dan

    What's your discord?

    1. Dan

      Dan

      𝒟𝒶𝓃𝓃𝓎#2861

  4. I hired you to fix clinet for use. Other languages?

    1. Dan

      Dan

      I don’t translate. 

  5. I understand the rename of the file. But I can teach you how to change the picture of the effect.

    E5253208-147A-4931-8163-C836706220D2.png

    B540BEB9-ACBA-433B-B18C-7A48C30CDBC1.jpeg

     

  6. I understand the rename of the file. But I can teach you how to change the picture of the effect.

    E5253208-147A-4931-8163-C836706220D2.png

    B540BEB9-ACBA-433B-B18C-7A48C30CDBC1.jpeg

     

  7. jojo can u help me ?  i need know  my server time

     

    1. Dan

      Dan

      Make an extension folder and run the script with dofile.

    2. (See 8 other replies to this status update)

  8. jojo can u help me ?  i need know  my server time

     

    1. Dan

      Dan

      Requires GameServer.exe to be HEX-ED, I don't give out paid services that people ruins other's business. You can pm @V3ct0r and buy from him.

    2. (See 8 other replies to this status update)

  9. jojo can u help me ?  i need know  my server time

     

    1. Dan

      Dan

      Some other functions that can help you understand. Found in Functions.lua

       


      function GetNowWeek ( )
          local Now_Week = os.date("%w")
          local Now_WeekNum = tonumber(Now_Week)
          return Now_WeekNum
      end


      function GetNowTime ( )
          local Now_Time = os.date("%H")
          local NowTimeNum = tonumber(Now_Time)
          return NowTimeNum
      end

    2. (See 8 other replies to this status update)

  10. jojo can u help me ?  i need know  my server time

     

    1. Dan

      Dan

      On Notepad -> file name -> Timer.lua
      **Extension Wise**
      dofile Timer.lua

      do
          RanNotice = {}
          
      end

      RanNotice.Text = {

      }


      function RanNoticeTicking()
          local second, minute = tonumber(os.date('%S')), tonumber(os.date('%M'))
          local every_5_min = math.mod(minute,RanNotice.Every)
          if(every_5_min == 0)then
              if(second == 1)then
                  local total = table.getn(RanNotice.Text)
                  local ran = math.random(1,(total+1))
                  if(ran > total)then
                      Notice(RanNotice.Heading..': Server Time ['..os.date()..']')
                  else
                      Notice(RanNotice.Heading..': '..RanNotice.Text[ran])
                  end
              end
          end
      end
       

    2. (See 8 other replies to this status update)

  11. jojo can u help me ?  i need know  my server time

     

    1. Dan

      Dan

      If you have chathandle functions ->

      cmd.list['time'] = function(role, param)
          if param.n ~= 0 then
              BickerNotice(role, 'This command requires zero parameters! /time')
              return
          end
          SystemNotice(role, 'Server Time: '..os.date('%H')..':'..os.date('%M')..':'..os.date('%S'))
      end

    2. (See 8 other replies to this status update)

×
×
  • Create New...