Store
get_gametime()'s value in a global variable on round start.
When the player joins, compare the variable with a new
get_gametime() output and see if it's greater than 40:
PHP Code:
if(get_gametime() - STORED_VARIABLE >= 40)
You can use
get_systime() too if you prefer.
__________________