How to convert this variable in the client_print format ?
PHP Code:
g_time[id] = 5400 // 1 hour 30 minutes
// convert the 5400 time
client_print(id, print_chat, "You can use your bonus in hours:minutes:seconds", g_time[id])
// like this
client_print(id, print_chat, "You can use your bonus in 01:30:00", g_time[id])
Sorry bad english