Jump to content

Server Time


Tekken

Recommended Posts

Posted

It did not work :(

But I have another problem with animation when you eat or do something nature never stops, but I know how to fix it but do not know how to open files .lua_dayz

Posted

You can't uncompile it. Its 'de-compile' which is not possible.

Try to add the part in a new file something.lua and compile it copy the data inside it paste it at last of script. Maybe it works?

Posted
-- Client Side # 
gMe = getLocalPlayer() 
function AllTIme () 
setTimer (Timer, 2000, 0) 
    setTime (12, 00) 
end 
function Timer() 
    setTime (12, 00) 
end 
addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), AllTIme ) 

Posted
If you don't know scripting just drop the task of creating a server.

Take your time and browse through the DayZ config files.

Nobody starts off knowing how to script, it's a process of learning through failure.

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...