

- GMOD UTIME PLAYTIME PROFILE CHANGE INSTALL
- GMOD UTIME PLAYTIME PROFILE CHANGE PASSWORD
- GMOD UTIME PLAYTIME PROFILE CHANGE DOWNLOAD
Once that is done, drag and drop the utime_mysql folder into your addons directory, and remove the previous utime folder. Read the page to get the libmysql dll as well as proper installation for both.
GMOD UTIME PLAYTIME PROFILE CHANGE INSTALL
Please install the gm_mysqloo and libmysql dll files accordingly. In the case that you did not follow instructions properly, and happen to somehow mess up your database, I will NOT fix it for you. This addon comes as is, it's up to you to use it right. Use this following the use of utime_cleardb. utime_continue: This command will remove the limit that prevents multiple runs of the uploadutime command. Use this in the case that your server crashes midway during the data upload process. utime_cleardb: This command will empty the table of all of its data. uploadutime: This command will begin to upload all of the utime data from sv.db to the MySQL database.
GMOD UTIME PLAYTIME PROFILE CHANGE DOWNLOAD
It is advised that if your host crashed, you download the files and do it off a personal server.

If you feel that this data is not fully on there, please restart the server, run the command "utime_cleardb" followed by "utime_continue" then finally "uploadutime". A safety has been applied to prevent the data from being uploaded multiple times. Once this process is complete, there should be an automated restart triggered by the server, however if it doesn't work for some reason just restart manually when the message about the server restarting appears. There is also an option to have the server place before the servers hostname, which will let players know what is going on.
GMOD UTIME PLAYTIME PROFILE CHANGE PASSWORD
A password is then placed on the server, and should not be changed to allow joins during the uploading process. This is to prevent any data altercation during upload, ensuring a safer upload. Doing this will EMPTY your server completely, as well as put a password on it. Running the command "uploadutime" will begin the process of uploading your data to the MySQL database. This works by running a simple console command, and ensures that it is nearly impossible for anything wrong to happen. Updated UI to be the same as the normal versionīiggest addition is the ability to upload current data from the server's sv.db file to the MySQL database and have it begin to use the MySQL data. Added color coding for the console messages Removed the two pointless table additions (steamid and playername) It's been quite a while since the last release of a Utime MySQL addon/update, so I decided to bring mine to the table. RoundedBox( 4, 100, 200, math.NOTE: This is officially outdated. Health was changed, initialize the animation if newhp ~= hp then - Old animation is still in progress, adjust if ( smoothHP ~= hp ) then - Pretend our current "smooth" position was the target so the animation will - not jump to the old target and start to the new target from thereĮnd draw. The values are not initialized yet, do so right now if ( oldhp = -1 and newhp = -1 ) thenĮnd - You can use a different smoothing function here local smoothHP = Lerp( ( SysTime() - start ) / animationTime, oldhp, newhp ) Local maxhp = LocalPlayer():GetMaxHealth() Local player still loading, do nothing if ( !IsValid( LocalPlayer() ) ) then return end local hp = LocalPlayer():Health() Add( "HUDPaint", "LerpAnimation", function() Local animationTime = 0.5 - seconds hook.
