new h,m,s,str[50]; gettime(h,m,s); // get the time format(str,50,\"Connected: %d:%d:%d\",h,m,s); SetPVarString(playerid,\"timeconnected\",str);