I'm making a client program for updating the value in mysql If the player close the client the value didn't update
I'm completing my first amxx script and I want to get a time value from sql table ( In form of Hour Minute Second Example : 081534) and I want it to compare it with server's current time. I don't know how to compare and how to use amxx to get server's current time.
If players current time from sql differential is higher than 25 seconds, player will get kicked.