Total play time is not displayed

I wanted to ask if someone can help me to fix this so that it is displayed on the loadingscreen.

That is the code:
function UpdatePlayTime() {
$.post(http://${Config.ServerIP}/Jakrino_Load_Screen/, JSON.stringify({}), function(data) {
var playerData = JSON.parse(data)
var formatted = FormatTime(playerData);
$(“.totalPlayTimeBox h2”).html(formatted);
})
}

Use GetParentResourceName() instead your Config.ServerIP.
Idk why you trying to address the server ip, to be honest.

Also use https in newer fxmanifest versions (cerulean)

Can you perhaps help me with this, because it doesn’t appear at all. Can you put it in there please?
loading_screen.zip (8.9 MB)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.