Jump to content

Mesut

Advanced members
  • Content Count

    314
  • Joined

  • Days Won

    3

Posts posted by Mesut


  1. 12 hours ago, kyleflow said:

    I'm not sure as I never had this issues but one way to check it up is trying to check the GameServer.exe loading. If there is an error with loading certain model and etc which reflected the data needed due to the files name for it is changes or the corrupted. One other ways is to used a clean client files and the same version with the server files. Normally people shares server files along with the client suitable for it. The final step, you may compiles all the server files .txt to be put inside the new client to ensure any changes made in the server files are placed in the client.

    i have made everything u told me first option u told me is there is no issue on gameserver.exe loading i made compile all from server souce code and put them in cleint and start the cleint but it,s not working?


  2. i have a issue to start the server time i have found a script on functions this script but is it for server time, pls need some guide to start server time.

    Here is the script

     

    function CheckTime ( role )
        local now_week= os.date("%w")        -------------���ڼ���ʮ���ƣ� 
        local now_hour= os.date("%H")        -------------ʱ 
        now_week= tonumber(now_week)
        now_hour= tonumber(now_hour)
    -- SystemNotice( role, "����".. now_week.." ʱ��".. now_hour)
        if now_week == 6 then
            if now_hour >= 6 and now_hour < 8 then
                return LUA_TRUE
            elseif now_hour >= 18 and now_hour < 20 then
                return LUA_TRUE
            end
        end
    end

     

    also is there anything else i have to do to start server time?

×
×
  • Create New...