21.06.2016, 14:56
If you want it to automatically show the player the registration dialog after 10 minutes, set a timer once they connect with an interval of 600000.
If you want it to be a command, create a player variable or use PVars, and set its value to the current timestamp ( gettime() ) and then check if 600 seconds have passed.
If you want it to be a command, create a player variable or use PVars, and set its value to the current timestamp ( gettime() ) and then check if 600 seconds have passed.